Last active
March 27, 2018 12:59
-
-
Save dibmartins/7c42feb545885f2aac19927badd36043 to your computer and use it in GitHub Desktop.
Comandos Git
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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