6 ms·
When I was first learning git, I found an online visualizer like this [0] that really helped make make concrete the ideas of git history being a graph, and what
by Wehrdo 8y ago
When I was first learning git, I found an online visualizer like this [0] that really helped make make concrete the ideas of git history being a graph, and what different operations did on that graph.
There was still obviously the issue of memorizing the commands, but at least I knew what the commands were doing on a deeper level.
[0] https://learngitbranching.js.org/ https://learngitbranching.js.org/
- collyw 8y agoThe other problem I find in git is that there are many GUI interfaces and none of them are consistent. In Eclipse I had a different interface depending on what project I opened, despite both the projects being in Python.