init upload

This commit is contained in:
Luxferre
2026-03-04 11:25:39 +02:00
commit 6e826f2603
8 changed files with 163 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
# Development and DevOps-related aliases
# Git aliases
alias gcm='git commit -a -m'
alias gp='git push origin'
alias gpm='git push origin master'