Skip to content

Commit 0f743f2

Browse files
committed
Add alias for git pull --prune
1 parent e01854d commit 0f743f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aliases/available/git.aliases.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ alias gpuoc='git push --set-upstream origin $(git symbolic-ref --short HEAD)'
117117

118118
# pull
119119
alias gl='git pull'
120+
alias glp='git pull --prune'
120121
alias glum='git pull upstream $(get_default_branch)'
121122
alias gpl='git pull'
122123
alias gpp='git pull && git push'

0 commit comments

Comments
 (0)