mirror of
https://github.com/stevenproctor/dotfiles.git
synced 2026-01-28 09:59:54 -06:00
update gpull to use --ff-only flag
This commit is contained in:
@@ -11,7 +11,7 @@ alias gaa='git add .'
|
||||
alias gco='git checkout'
|
||||
alias gc='git commit'
|
||||
alias gpush='git push'
|
||||
alias gpull='git pull'
|
||||
alias gpull='git pull --ff-only'
|
||||
alias gfetch='git fetch'
|
||||
alias gdiff='git diff'
|
||||
alias merged?='git branch --merged'
|
||||
|
||||
Reference in New Issue
Block a user