Skip to content

Instantly share code, notes, and snippets.

@nelsonpecora
Created February 6, 2012 22:18
Show Gist options
  • Save nelsonpecora/1755353 to your computer and use it in GitHub Desktop.
Save nelsonpecora/1755353 to your computer and use it in GitHub Desktop.
Global Gitconfig
[user]
email = nelson@yoshokatana.com
name = Nelson Pecora
[alias]
up = pull origin
st = status
di = diff
co = checkout
ci = commit
br = branch
sta = stash
[core]
pager = most +s +'/---'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment