aliases: some git stuff

This commit is contained in:
Alexander Roso 2026-05-07 15:46:12 +02:00
parent e9c05e4f5d
commit b23ed68195
2 changed files with 8 additions and 1 deletions

View file

@ -33,8 +33,8 @@ defvcsfun gcm "commit" "commit" "commit"
defvcsfun ga "add" "add" "add"
defvcsfun gpu "push" "push" "i_am_not_distributed_please_dont_push_me"
alias gs="git switch"
alias gco="git checkout"
alias gca="git commit -a"
alias gap="git add --patch"