leohxj
5/14/2014 - 6:21 AM

gitconfig

gitconfig

[user]
    name = leohxj
    email = leohxj@gmail.com
[alias]
    st = status
    l = log --pretty=oneline -n 20 --graph --abbrev-commit
    ll = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
    b = branch
    ci = commit
    ca = commit -a
    pl = pull
    ps = push
    co = checkout
[push]
    default = simple
[credential]
	helper = !'C:\\Users\\Leo\\AppData\\Roaming\\GitCredStore\\git-credential-winstore.exe'