mirror of
https://github.com/stevenproctor/dotfiles.git
synced 2026-01-28 10:09:55 -06:00
update alias for git fetch to fetch all and prune:
This commit is contained in:
@@ -12,7 +12,7 @@ alias gco='git checkout'
|
||||
alias gc='git commit'
|
||||
alias gpush='git push'
|
||||
alias gpull='git pull --ff-only'
|
||||
alias gfetch='git fetch'
|
||||
alias gfetch='git fetch -ap'
|
||||
alias gdiff='git diff'
|
||||
alias gmerge='git merge --ff-only'
|
||||
alias merged?='git branch --merged'
|
||||
|
||||
Reference in New Issue
Block a user