Skip to content

Instantly share code, notes, and snippets.

@eiro
Created October 4, 2011 13:10
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 eiro/1261608 to your computer and use it in GitHub Desktop.
Save eiro/1261608 to your computer and use it in GitHub Desktop.
my gitconfig
> cat ~/.gitconfig
[alias]
oll = log --oneline
ba = branch -a
cm = checkout master
cs = checkout stage
cd = checkout devel
co = checkout
s = status -s
ci = commit
sr = symbolic-ref
cam = commit -am
d = diff
aa = add -A
[user]
email = khatar@phear.org
name = Marc Chantreux[merge]
[github]
user = eiro
token = HAHA :)
[merge]
tool = vimdiff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment