Jelajahi Sumber

[git] Add git push alias

Colin Powell 1 tahun lalu
induk
melakukan
0c43ffcb7a
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      zsh/.zshrc

+ 1 - 0
zsh/.zshrc

@@ -18,6 +18,7 @@ alias atlas="ssh atlas.local"
 alias pandora="ssh pandora.unbl.ink"
 alias bastion="ssh bastion.unbl.ink"
 alias pull="git pull --rebase --autostash"
+alias push="git push"
 alias asso="aws sso login --profile $argv"
 
 repogo() {