DEV Community

Discussion on: Guys! Learn Git!

Collapse
 
antonmelnyk profile image
Anton Melnyk • Edited

Pretty sure one hour isn't near enough to learn git besides git clone and git commit :D

Collapse
 
saxode profile image
Saxode

Huh I learned from git --version to git push, not a problem

Collapse
 
clarabellum profile image
clara (stay home 👩‍💻)

That's the great thing about git! It CAN do about 1000 things, but most of the time you only need it to do three or four things. I use git at my job every day, and I can probably count the commands I use on two hands.

  • status
  • push
  • pull
  • commit
  • branch
  • checkout
  • add
  • merge?
Thread Thread
 
saxode profile image
Saxode

Yes git is easy to learn, but if you really want to learn all the commands, uh oh