Add push alias to git config

This commit is contained in:
Eryn Wells 2012-08-07 11:18:50 -07:00
parent 174afc2f06
commit 7b2074e292

View file

@ -1,6 +1,6 @@
[user]
name = Eryn Wells
email = eryn@erynwells.me
name = Eryn Wells
email = eryn@erynwells.me
[core]
editor = vim
quotepath = false
@ -14,3 +14,8 @@
ci = commit
br = branch
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
push = push -u
[ui]
color = true
[mergetool]
keepBackup = true