from Hacker News

Tips to learn Git (version control)

by javinpaul on 8/20/20, 10:32 AM with 2 comments

  • by lionkor on 8/20/20, 1:10 PM

    Honestly, the most important tip to learning git is to use it.

    The way I learned was to just use it on all my hobby projects, I can not recommend it enough.

  • by nooyurrsdey on 8/20/20, 11:29 PM

    I feel like git clicked when I learned the tree and node structure it used to store commits. once you get that, it becomes easy to visualize operations like creating branches, rebasing, and cherry picking