tenseleyflow/ndotfiles / 666b913

Browse files

easier push alias

Authored by espadonne
SHA
666b9137b0db4aa14c9930b467fb25e02d9511e9
Parents
64a0dcb
Tree
3acca17

1 changed file

StatusFile+-
M zsh/alias.zsh 1 1
zsh/alias.zshmodified
@@ -55,7 +55,7 @@ alias gas="git status"
5555
 alias gall="git add --all"
5656
 alias gcomm="git commit --message"
5757
 alias gpull="git pull origin trunk"
58
-alias gporg="git push origin trunk"
58
+alias gputt="git push origin trunk"
5959
 alias gcamm="git commit --all --message"
6060
 alias glogg="git log --online --graph --decorate --all"
6161