Git is great
Like of: I Now Know How To use Git
After Kev Quirk was initially skeptical about Git and was desperate about using it, he finally made it thanks to community help and realized that Git is better than he thought:
After 30 minutes I had successfully carried out my first commit and push from the Git CLI. I have to say, once the basics had clicked into place for me, the whole thing became much simpler to follow.
I think I myself started using Git when I was programming an Android app with online friends and we all wanted to work together on the code base. Back then, I was a full Windows user and used the SourceTree tool (because I didn’t know much about the Git CLI).
Eventually GitKraken came out and became my tool of choice because I could use it on Linux as well. Meanwhile I mainly use lazygit. (Which I’ve already written about.) I can do the basic things via the Git CLI (clone, add, comit, push, …), but I still prefer to see what I am doing visualized. And often it’s much faster and easier that way.
For my studies and apprenticeship I had or have to use SVN and I’m really glad that there is Git and so many tools to work with Git…