From: https://www.reddit.com/r/gamedev/comments/1gt7q7j/too_stupid_to_understand_git/
Am I too stupid to understand Git? I’ve already watched a few tutorials on source tree, git desktop and github. But I still don’t understand the basics, which makes me feel quite alone with my limited mind. What is the difference between commit and push? Why do I even need them if I just want a backup? How does the twigs work? When I use git, I feel like I’m in a minefield. I press in fear that my voice will suddenly disappear because I’ve confused undoing commit with revert or pull or merge or whatever. Does anyone know of a foolproof tutorial that even idiots like me can use to understand this wise book?
Git - game
Git command | Game action |
---|---|
commit | save game |
push | upload a cloud save |
pull | load a cloud save |
fetch | get a cloud save without loading it |
restore | load the last save |
clone | install |
See Also
- - Mistakes
- - Why do programmers need private offices with doors?
- - ELI5 Physicists Say That Information Is Never Lost but How the Heck Is It Stored Then and What Theoretical Possibility Could Recover It
- - ELI5: if given enough heat will diamond melt into liquid like glass why or why not ?
- - ELI5: What is "wet bulb temperature" and why does it matter?
Comments
Any comments? Create a new discussion on GitHub.There used to be an inline comment form here, but it was removed.