Created
January 5, 2012 16:10
-
-
Save gabrielso/1565914 to your computer and use it in GitHub Desktop.
git hist
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
Coloque isso em seu ~/.gitconfig: | |
[alias] | |
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" | |
depois é só usar: | |
$> git hist -10 | |
-- mostra os últimos 10 commits formatado "bunitinho" | |
$> git hist -100 --graph | |
-- mostra os últimos 100 commits com gráfico de branches | |
:) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment