Skip to content

Instantly share code, notes, and snippets.

@zygisx
Created March 28, 2014 16:39
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 zygisx/9837229 to your computer and use it in GitHub Desktop.
Save zygisx/9837229 to your computer and use it in GitHub Desktop.
Gitconfig
[user]
name = Zygimantas Gatelis
email = zygis.gg@gmail.com
[color]
branch = auto
diff = auto
interactive = auto
status = auto
ui = true
[core]
whitespace = cr-at-eol
filemode = false
[Alias]
lg = log --graph --pretty=format:'%Cred%h%Creset %ad %s %C(yellow)%d%Creset %C(bold blue)<%an>%Creset' --date=short
hist = log --graph --full-history --all --pretty=format:'%Cred%h%Creset %ad %s %C(yellow)%d%Creset %C(bold blue)<%an>%Creset' --date=short
co = checkout
s = status
[credential]
helper = cache
[merge]
tool = meld
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment