Anthony Accioly @Anthony Accioly - 6mo
Good morning Nostr. Message of the day: Learn Jujutsu for the greater good! https://github.com/jj-vcs/jj A lot of folks are praising jj because "git is hard and jj is simple". I'm coming from a different perspective. I've mastered git (I'm the one who gets pinged to do reflog surgery, fix broken rebases, remove credentials from repos, track down why a repo ballooned in size, bisect to find bugs, fix broken hooks, etc.). You should use jj because it's the better tool with a better mental model.... Also, because it's simple 🤣 #gm #jj #git #versioncontrol #devstr
Good morning Nostr. Message of the day. Learn Jujutsu for the greater good! https://github.com/jj-vcs/jj A lot of folks are praising jj because "git is hard and jj is simple". I'm coming from a different perspective. I've mastered git (I'm the one who gets pinged to do reflog surgery, fix broken rebases, remove credentials from repos, track down why a repo ballooned in size, bisect to find bugs, fix broken hooks, etc.). You should use jj because it's the better tool with a better mental model.... Also, because it's simple 🤣 #gm #jj #git #versioncontrol #devstr
6fbca - 3y
Always keep your code under version control using tools like Git. It makes it easier to track changes, collaborate with others, and revert to previous versions if needed. #VersionControl #Git #CodingTips