Skip to content

Instantly share code, notes, and snippets.

@chrisenytc
Last active August 29, 2015 13:56
Show Gist options
  • Save chrisenytc/9224443 to your computer and use it in GitHub Desktop.
Save chrisenytc/9224443 to your computer and use it in GitHub Desktop.
My Git config
[user]
name = Christopher EnyTC
email = chris.enytc@gmail.com
[color]
ui = true
[alias]
a = add .
c = clone
cm = commit -m
p = push origin master
po = push origin
co = checkout
ch = checkout -b
st = status
br = branch
heroku = push heroku master
ghpage = checkout --orphan gh-pages
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
type = cat-file -t
dump = cat-file -p
undo = reset --soft HEAD~1
ul = rm --cached
re = rm -r
rt = remote add
rtv = remote -v
rtr = remote rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment