Skip to content

Commit 1ad7e79

Browse files
authored
Merge pull request #2222 from bittner/patch-5
2 parents d4c552d + 0f743f2 commit 1ad7e79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aliases/available/git.aliases.bash

+1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ alias gpuoc='git push --set-upstream origin $(git symbolic-ref --short HEAD)'
127127

128128
# pull
129129
alias gl='git pull'
130+
alias glp='git pull --prune'
130131
alias glum='git pull upstream $(get_default_branch)'
131132
alias gpl='git pull'
132133
alias gpp='git pull && git push'

0 commit comments

Comments
 (0)