DEV Community

Discussion on: I'm a Git Master, Ask Me Anything

Collapse
 
adamk1230 profile image
Adam Kwan

As a new developer what parts of Git would you recommend mastering first to be productive in a workplace environment and how you go about mastering it?

Collapse
 
gonedark profile image
Jason McCreary
  1. Learn Git from the command line.
  2. Be able to create a repo, make commits, view history.
  3. Understand the index. What each state means and how to move files between them.

If you can do all that, you'll be well ahead of most other developers. For reasons, see my previous reply.