Skip to content

Commit

Permalink
Merge pull request #2222 from bittner/patch-5
Browse files Browse the repository at this point in the history
  • Loading branch information
seefood authored Nov 6, 2024
2 parents d4c552d + 0f743f2 commit 1ad7e79
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 @@ -127,6 +127,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 1ad7e79

Please sign in to comment.