Skip to content

Instantly share code, notes, and snippets.

@soohyunc
Last active February 1, 2018 11:46
Show Gist options
  • Save soohyunc/1ac94f2cdb0b1a5932d798a35d150905 to your computer and use it in GitHub Desktop.
Save soohyunc/1ac94f2cdb0b1a5932d798a35d150905 to your computer and use it in GitHub Desktop.
[user]
name = Soo-Hyun Choi
email = sh9.choi@samsung.com
[commit]
; template = TizenScripts/commit-template
[core]
compression = 9
editor = vim
deltaBaseCacheLimit = 1G
[http]
proxy = http://168.219.61.252:8080/
sslVerify = false
; postBuffer = 524288000
[color]
ui = auto
[merge]
tool = vimdiff
[alias]
unstage = reset HEAD --
last = log -1 HEAD
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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment