Skip to content

Instantly share code, notes, and snippets.

@dragon3
Created June 23, 2010 00:26
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 dragon3/449307 to your computer and use it in GitHub Desktop.
Save dragon3/449307 to your computer and use it in GitHub Desktop.
[core]
pager = LESS=-R less
[alias]
st = status
ci = commit
br = branch
co = checkout
df = diff
lg = log -p
[github]
user = dragon3
token = *****
[user]
name = dragon3
email = *****
[color]
diff = auto
status = auto
branch = auto
interactive = auto
ui = auto
[mergetool "emerge"]
cmd = emacsclient -f emerge-files-command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment