DEV Community

Discussion on: 15 Git Commands You May Not Know

Collapse
 
giovanamorais profile image
Giovana Morais

I didn't know about a lot of these commands! Thanks a lot. It's always good to improve our git abilities. (:

Collapse
 
bgadrian profile image
Adrian B.G.

Not to be weird, but you should read the official docs on all technologies you use, you'll be surprise how much time you will save on the long run. Git, the IDEs, programming languages and especially libs/frameworks have good documented functionalities, eg: git-scm.com/docs

Collapse
 
zaiste profile image
Zaiste

Absolutely! It's also good to take baby steps, especially where there is a lot to learn.