Browse Source

add git push org shortcut

windhamdavid 1 month ago
parent
commit
089a5d31d2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ovid.local/.zshrc

+ 1 - 0
ovid.local/.zshrc

@@ -77,6 +77,7 @@ alias gcd="git checkout dev"
 alias gmd="git merge dev"
 alias gpom="git push origin main"
 alias gpcm="git push code main"
+alias gprm="git push org main"
 alias gpor="git push origin master"
 alias gpcr="git push code master"
 alias gpod="git push origin dev"