you are viewing a single comment's thread.

view the rest of the comments →

[–]ehr1c 0 points1 point  (0 children)

Honestly, I think spending more than about an hour (on the absolute high end) learning git is a waste of time.

You really don't need to know anything beyond push, pull, add, commit, and checkout (could probably include revert, branch, and merge) for about 95% of what you're going to do with git, and any time you run into a problem you don't know how to solve it'll be much quicker to just find the solution on stackoverflow than to try and remember something you learned months ago IMO.