Skip to content

Instantly share code, notes, and snippets.

@marciofmjr
Created October 11, 2021 00:12
Show Gist options
  • Save marciofmjr/312c5c0ccc9a6e4707931c177b878c90 to your computer and use it in GitHub Desktop.
Save marciofmjr/312c5c0ccc9a6e4707931c177b878c90 to your computer and use it in GitHub Desktop.
git show
# Exibir detalhes do último commit de uma tag
git show v1.0
# Exibir detalhes do último commit da branch master
git show master
# Exibir detalhes de um commit específico
git show 6eaaa8e0fec99e0e7a897ebb91dd4d6f689e4d1d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment