We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git pull --prune
1 parent e01854d commit 0f743f2Copy full SHA for 0f743f2
aliases/available/git.aliases.bash
@@ -117,6 +117,7 @@ alias gpuoc='git push --set-upstream origin $(git symbolic-ref --short HEAD)'
117
118
# pull
119
alias gl='git pull'
120
+alias glp='git pull --prune'
121
alias glum='git pull upstream $(get_default_branch)'
122
alias gpl='git pull'
123
alias gpp='git pull && git push'
0 commit comments