Skip to content

Instantly share code, notes, and snippets.

@leohxj
Created May 14, 2014 06:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leohxj/795af167c6542349c082 to your computer and use it in GitHub Desktop.
Save leohxj/795af167c6542349c082 to your computer and use it in GitHub Desktop.
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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment