Browse Source

ovid.local ๐Ÿ›๏ธ

David Windham 3 months ago
parent
commit
376e5e5e41
1 changed files with 3 additions and 1 deletions
  1. 3 1
      ovid.local/.zshrc

+ 3 - 1
ovid.local/.zshrc

@@ -74,10 +74,12 @@ alias gc="git commit -m '"
 alias gs="git status"
 alias gcm="git checkout main"
 alias gcd="git checkout dev"
+alias gcp="git checkout prod"
+alias gcs="git checkout stage"
 alias gmd="git merge dev"
 alias gmm="git merge main"
 alias gpos="git push origin stage"
-alias gpod="git push origin prod"
+alias gpop="git push origin prod"
 alias gpom="git push origin main"
 alias gpcm="git push code main"
 alias gprm="git push org main"