Created
August 27, 2018 14:35
-
-
Save stefano-rs/e5185301650e1a150b6606912d32bb39 to your computer and use it in GitHub Desktop.
dicas_git.txt
This file contains 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 blame arquivo.php -L 3400,3450 | |
git log -S "texto para busca" arquivo.php | |
git log --graph | |
git log --author="Jon" | |
git log --after="2013-11-12 00:00" --before="2013-11-12 23:59 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment