Skip to content

Instantly share code, notes, and snippets.

@soohyunc
Created November 9, 2015 10:52
Show Gist options
  • Save soohyunc/55707f0de4b5acc95150 to your computer and use it in GitHub Desktop.
Save soohyunc/55707f0de4b5acc95150 to your computer and use it in GitHub Desktop.
[user]
name = Soo-Hyun Choi
email = s.choi@hackerslab.eu
[sendemail]
smtpserver = smtp.gmail.com
smtpserverport = 587
smtpencryption = tls
smtpuser = s.choi@hackerslab.eu
[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