mirror of
https://github.com/stevenproctor/dotfiles.git
synced 2026-01-28 08:39:56 -06:00
add alias to git push to origin first time
This commit is contained in:
@@ -15,3 +15,4 @@ alias gpull='git pull'
|
||||
alias gdiff='git diff'
|
||||
alias merged?='git branch --merged'
|
||||
alias gbd='git branch -d'
|
||||
alias gpush!='git push -u origin `git rev-parse --abbrev-ref HEAD`'
|
||||
|
||||
Reference in New Issue
Block a user