DEV Community

Discussion on: Getting started with Git? 10 commands that would save you…

Collapse
 
katzy687 profile image
Natti Katz

these are good base commands to learn

you'll want to learn about git reset or git revert when something goes wrong.

also "git checkout ." is one I use occasionally when something new I'm trying just goes to shit