81
franck
7y

Learn git. For real. Not just git pull and git push. Setup git with a mergetool and do the gitimmersion tutorial. Be the gitmaster!

Comments
  • 2
    Whats the best way to learn it ?
  • 3
    As usual, fuck up. That's The best way to learn. "Is it possible to revert a deleted file?" "Can I revert a reset?" And so on...
  • 0
    The best thing that happened to me with git was to start learning it from the shell perspective.
    git may look like it's scary at the beginning but in the end it's a matter of understanding some basic principles (and probably how to navigate through the cryptic official documentation 🤗)
    The good thing about git is that you can just create a new repo with a command, without the need of anything else than your filesystem and when you're done experimenting, you can easily get rid of the folder.
  • 0
Add Comment