Skip to content

Instantly share code, notes, and snippets.

@Narvey
Forked from greneholt/.gitconfig
Created September 20, 2012 22:11
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 Narvey/3758662 to your computer and use it in GitHub Desktop.
Save Narvey/3758662 to your computer and use it in GitHub Desktop.
Git config (Nathan)
[alias]
com = commit -am
sync = commit -am "syncing";pull;push
st = status
pl = pull
co = checkout
examine = checkout
pushall = push --mirror
df = diff
dc = diff --cached
br = branch
tree = log --graph --oneline --all --decorate
newrepo = push -u origin master
[color]
ui = auto
[credential]
helper = cache --timeout=5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment