Add push alias to git config
This commit is contained in:
parent
174afc2f06
commit
7b2074e292
1 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue