git: add git caps alias for git commit all and push

This commit is contained in:
PowerUser64 2022-03-05 01:58:32 -08:00
parent 02ee3bd399
commit b8ff98d79b
2 changed files with 2 additions and 1 deletions

View file

@ -17,6 +17,7 @@
ca = commit -a
caam = commit -a --amend
cam = commit --amend
caps = !git commit -a && git push
ch = checkout
d = diff
lg = log

2
.zshrc
View file

@ -144,7 +144,7 @@
dupd='docker-compose up -d' \
ddwn='docker-compose down' \
dc='docker-compose' \
occ='docker exec -it nextcloud occ' \
occ='docker exec -u www-data nextcloud php occ' \
# file copying with a progress bar
alias cpv="rsync -ah --info=progress2"