add more aliases
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Aaron Riedel 2025-04-09 09:59:14 +02:00
parent c80cc9cc69
commit 6a8e81287b

4
alias
View file

@ -12,6 +12,10 @@ alias kc='kubectl config use-context'
alias gs='git status' alias gs='git status'
alias gc='git commit -am ' alias gc='git commit -am '
alias gb='git checkout -b ' alias gb='git checkout -b '
alias gsm='git switch main'
alias release='task version:release'
alias cl='task version:changelog'
alias occ='docker exec -it --user www-data nextcloud_app php occ' alias occ='docker exec -it --user www-data nextcloud_app php occ'
alias socc='docker exec -it --user www-data nextcloud_staging_app php occ' alias socc='docker exec -it --user www-data nextcloud_staging_app php occ'