Skip to content

Instantly share code, notes, and snippets.

@jippi
Created April 24, 2012 09:22
Show Gist options
  • Save jippi/2478211 to your computer and use it in GitHub Desktop.
Save jippi/2478211 to your computer and use it in GitHub Desktop.
Nodes git config --system
[branch]
autosetuprebase = always
[color]
ui = true
diff = true
status = true
branch = true
interactive = true
[alias]
co = checkout
ci = commit
cp = cherry-pick
st = status
br = branch
df = diff
dc = diff --cached
lg = log -p
di = diff
lg = log -p
lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
ls = ls-files
dcommit = svn dcommit --rmdir --verbose
ign = ls-files -o -i --exclude-standard
[diff]
noprefix = true
[push]
default = upstream
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment