Created
November 9, 2015 10:52
-
-
Save soohyunc/55707f0de4b5acc95150 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
[user] | |
name = Soo-Hyun Choi | |
email = [email protected] | |
[sendemail] | |
smtpserver = smtp.gmail.com | |
smtpserverport = 587 | |
smtpencryption = tls | |
smtpuser = [email protected] | |
[color] | |
ui = auto | |
[merge] | |
tool = vimdiff | |
[alias] | |
unstage = reset HEAD -- | |
last = log -1 HEAD | |
; lg1 = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit | |
; lg2 = log --color --graph --pretty=format:'%C(red)%h%C(reset) %Cgreen(%ad) %C(yellow)%d%Creset %s %C(bold blue)<%an>%Creset' --abbrev-commit | |
lg = log --color --graph --pretty=format:'%C(red)%h%C(reset) %Cgreen(%ad) %C(yellow)%d%Creset %s %C(bold blue)<%an>%Creset' --abbrev-commit | |
g = log --since=16.weeks --format='%C(red)%h%C(reset) %ad% %C(yellow)%an <%ae>%C(reset) %s' | |
ll = log --format=' %C(red)%h%C(reset) %C(green)%ad%C(reset) %C(yellow)%an %C(reset) %s' | |
[core] | |
; autocrlf = input | |
; gitproxy = /export/home/soohyunc/bin/git-socks-proxy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment