Created
May 6, 2016 07:14
-
-
Save mki/6c5d655772e70ce99242ee0217e1e291 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
[color] | |
ui = true | |
[user] | |
email = [email protected] | |
name = xxxx.xxxx | |
[giggle] | |
main-window-maximized = true | |
main-window-geometry = 430x176+343+25 | |
history-view-vpane-position = 285 | |
main-window-view = HistoryView | |
file-view-vpane-position = 631 | |
[alias] | |
gl1 = log --graph --all --branches --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(bold white)тАФ %an%C(reset)%C(bold yellow)%d%C(reset)' --abbrev-commit --date=relative | |
gl2 = log --graph --all --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(bold white)тАФ %an%C(reset)' --abbrev-commit | |
gl = !"git gl1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment