Created
November 21, 2014 14:45
-
-
Save Saanch/9f62591d456f469a0d29 to your computer and use it in GitHub Desktop.
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
[color] | |
branch = auto | |
interactive = auto | |
diff = auto | |
status = auto | |
[user] | |
name = #### | |
email = ###### | |
[remote "origin"] | |
receivepack = git receive-pack | |
[alias] | |
lga = log --graph --oneline --all --decorate | |
hist = log --graph --all --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit -- | |
lo = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short | |
ln = log --name-status |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment