Skip to content

Commit 7763b2a

Browse files
authored
Add aliases for git pull --prune and --tags
1 parent e38696a commit 7763b2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aliases/available/git.aliases.bash

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ 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'
121+
alias glt='git pull --tags'
120122
alias glum='git pull upstream $(get_default_branch)'
121123
alias gpl='git pull'
122124
alias gpp='git pull && git push'

0 commit comments

Comments
 (0)