Skip to content

Instantly share code, notes, and snippets.

@dibmartins
Last active March 27, 2018 12:59
Show Gist options
  • Save dibmartins/7c42feb545885f2aac19927badd36043 to your computer and use it in GitHub Desktop.
Save dibmartins/7c42feb545885f2aac19927badd36043 to your computer and use it in GitHub Desktop.
Comandos Git
Listar commits:
git log --pretty=oneline
git log --pretty=format:"%h - %an, %ar : %s"
Ir para um commit específico:
git reset --hard 33145a2d8e2d767ec7a8e04d46e2926883c02d99
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment