소스 검색

[git] Add git push alias

Colin Powell 1 년 전
부모
커밋
0c43ffcb7a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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() {