Created
October 11, 2021 00:12
-
-
Save marciofmjr/312c5c0ccc9a6e4707931c177b878c90 to your computer and use it in GitHub Desktop.
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
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