Git is difficult for me. I learned enough to do essential tasks with it. Then, I forgot it. I read an open source book and other documentation. I eventually had to ask for help on IRC on how to do final steps, which I couldn't find the description of. Barely understood it enough to do it.
Here's an open source book. Not sure if it's the same one I've used before.
git-scm.com
Of the book I read, the first two or three chapters and a few other parts helped me. Then, a lot, I couldn't make use of.
It's available in epub and PDF. If you want to read it on the terminal, get the epub and use textproc/py-epy-reader. The command is
I do know, often when I ask for help, I actually remember it for the time needed.
Here's an open source book. Not sure if it's the same one I've used before.
Git
Of the book I read, the first two or three chapters and a few other parts helped me. Then, a lot, I couldn't make use of.
It's available in epub and PDF. If you want to read it on the terminal, get the epub and use textproc/py-epy-reader. The command is
epy
. Manpages are good to learn from too. In the case of Git, I needed additional help from those resources. Try before asking. It's not always easy, but it teaches you.I do know, often when I ask for help, I actually remember it for the time needed.