1
0
Fork 0

add git fetch -a alias

This commit is contained in:
Anton Livaja 2025-03-03 07:51:25 -08:00
parent 237d8387ec
commit a8bea18cad
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ source ~/.zsh/themes/powerlevel10k/powerlevel10k.zsh-theme
# Aliases # Aliases
alias gib='git branch' alias gib='git branch'
alias gis='git status' alias gis='git status'
alias gfa='git fetch -a'
alias gpoh='git push origin HEAD' alias gpoh='git push origin HEAD'
# Bindkeys # Bindkeys