mirror of
https://github.com/stevenproctor/dotfiles.git
synced 2026-01-28 08:39:56 -06:00
update bash aliases
This commit is contained in:
@@ -16,7 +16,7 @@ alias gco='git checkout'
|
||||
alias gdiff='git diff'
|
||||
alias gfetch='git fetch -ap'
|
||||
alias gmerge='git merge --ff-only'
|
||||
alias gpull='git pull --ff-only'
|
||||
alias gpull='git pull --rebase'
|
||||
alias gpush='git push'
|
||||
alias gpush!='git push -u origin `git rev-parse --abbrev-ref HEAD`'
|
||||
alias master!='git checkout master'
|
||||
|
||||
Reference in New Issue
Block a user