Skip to content

Instantly share code, notes, and snippets.

@tokgozmusa
Created July 9, 2020 14:44
Show Gist options
  • Save tokgozmusa/e10b116223b8a510e56e953e4912ff37 to your computer and use it in GitHub Desktop.
Save tokgozmusa/e10b116223b8a510e56e953e4912ff37 to your computer and use it in GitHub Desktop.
Some useful git commands
- Undo unpushed commit(s): `git reset HEAD~1 --soft` then `git reset` will unstage the files.
// TODO: add more stuff later...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment