feat(zsh): add --tags to gfa

This commit is contained in:
2026-04-15 10:59:14 +02:00
parent cd5d707bda
commit 4410db7880

View File

@@ -37,7 +37,7 @@ alias gcm='git checkout $(git_main_branch)'
alias gsw="git switch" alias gsw="git switch"
# git fetch/pull/push # git fetch/pull/push
alias gfa="git fetch --all --prune" alias gfa="git fetch --all --prune --tags"
alias gl="git pull" alias gl="git pull"
alias gp="git push" alias gp="git push"
alias gpf="git push --force-with-lease" alias gpf="git push --force-with-lease"