Skip to content

Instantly share code, notes, and snippets.

@marciofmjr
Last active October 11, 2021 11:54
Show Gist options
  • Save marciofmjr/e5ce4ce07e09f1e380eea64c96f505cc to your computer and use it in GitHub Desktop.
Save marciofmjr/e5ce4ce07e09f1e380eea64c96f505cc to your computer and use it in GitHub Desktop.
git log
# Exibir commits em uma versão mais compacta
git log --oneline
# Exibir commits junto com a linha do tempo
git log --graph
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment