Skip to content

Commit

Permalink
Add alias for git pull --prune
Browse files Browse the repository at this point in the history
  • Loading branch information
bittner committed Oct 1, 2023
1 parent e38696a commit adaedcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aliases/available/git.aliases.bash
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ alias gpuoc='git push --set-upstream origin $(git symbolic-ref --short HEAD)'

# pull
alias gl='git pull'
alias glp='git pull --prune'
alias glum='git pull upstream $(get_default_branch)'
alias gpl='git pull'
alias gpp='git pull && git push'
Expand Down

0 comments on commit adaedcd

Please sign in to comment.