Skip to content

Instantly share code, notes, and snippets.

@graybill
Created April 5, 2011 20:12
Show Gist options
  • Save graybill/904436 to your computer and use it in GitHub Desktop.
Save graybill/904436 to your computer and use it in GitHub Desktop.
gitconfig
[alias]
co = checkout
ci = commit
st = status
pu = push
pl = pull
pub = "!f() { git push ${1:-origin} `git symbolic-ref HEAD`; }; f"
[user]
email = [email protected]
name = Linus Graybill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment