I used CVS and ClearCase before moving into Git, and it took me some time to adjust to the fact that the cost of branching in Git is much much less than ClearCase. And getting into the “distributed” mindset didn’t happen overnight.
I used CVS and ClearCase before moving into Git, and it took me some time to adjust to the fact that the cost of branching in Git is much much less than ClearCase. And getting into the “distributed” mindset didn’t happen overnight.
Wft isn’t there just a nice clean git UI that tells you in human terms what you are doing.
Command line interfaces suck ass.
Learn git with the command line with examples and visual aids.
https://learngitbranching.js.org/
Thank you for sharing this.
I found this long time ago then lost the link.
I think the lack of UI is the main reason for all the jokes about git being horrible to learn. Fork is a pretty good client, and there are also some pretty good VSCode plugins to show you how all the commits and branches fit together.
Even git ships with git-ui. It’s not great, but just goes to show how well informed and valid your criticism is.
https://git-scm.com/docs/git-gui/
Tbf I’ve been using Git for at least 10 years and I only just discovered this. I think nobody talks about it because it doesn’t show history which is 90% of the reason to use a Git GUI.
What do you mean it doesn’t show history? It’s perhaps the only thing it handles better than most third-party git GUIs.
git: 'gui' is not a git command. See 'git --help'.
If you’re going to try to smack talk like Linus Torvalds then maybe check your facts first
Sublime Merge is the best. Not easy but I’ve tried them all.
I’ve tried them all. Didn’t get on with Sublime Merge.
My recommendations:
Most of the others are kind of crap IMO.
Git Fork is amazing
I mean gitlab is pretty sweet