Skip to content

Instantly share code, notes, and snippets.

@JPBetley
Last active January 2, 2016 02:48
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 JPBetley/8239204 to your computer and use it in GitHub Desktop.
Save JPBetley/8239204 to your computer and use it in GitHub Desktop.
.gitconfig
[user]
name = John Phillip Betley
email = jpbetley@gmail.com
[alias]
st = status
co = checkout
br = branch
up = rebase
amend = commit --amend
cm = commit
cmm = commit -m
[core]
editor = vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment