Skip to content

Instantly share code, notes, and snippets.

@olegykz
Created January 11, 2013 09:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save olegykz/4509304 to your computer and use it in GitHub Desktop.
Save olegykz/4509304 to your computer and use it in GitHub Desktop.
[user]
name = ****
email = ****
[github]
user = ****
token = ****
[color]
branch = auto
diff = auto
status = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = yellow
changed = green
untracked = cyan
[alias]
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
[credential]
helper = cache --timeout=36000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment