Skip to content

Instantly share code, notes, and snippets.

@netsmertia
Created September 7, 2014 17:06
Show Gist options
  • Save netsmertia/901e9b3cc2c00fdcd257 to your computer and use it in GitHub Desktop.
Save netsmertia/901e9b3cc2c00fdcd257 to your computer and use it in GitHub Desktop.
gitREADS

Some git command that I read/learn while facing some kind of problem or looking for something different.

####Reset all changes after last commit

$ git reset HEAD --hard

Written with StackEdit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment