Tootfinder

Opt-in global Mastodon full text search. Join the index!

@pygospa@social.linux.pizza
2025-08-02 13:07:13

#TIL I've been using ""deprecated"" #git commands.
It used to be that `git checkout` was the swiss army knife of commands. I used it to switch branches, to create new branches, and to revoke changes on single files or the entire work dir, switch to certain commit, to cre…

@Zer0Rank@social.linux.pizza
2025-07-30 06:52:20

If you haven't tried it yet, I definitely recommend checking Jujutsu Version Control System.
I literally heard about it two days ago, started reading through some tutorials, and already feel like this is something exciting and new in the VCS world. You can use it locally on any git repository you already have, since it uses git as the backend.
Anyone else in the team can keep on using git, and if you feel like it you can switch back to use git at any time.
`jj` feels in…