diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-11 14:53:57 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-11 14:53:57 +0200 |
commit | 5d0234d73b26fc48921f7d269eddb465d6658ad5 (patch) | |
tree | 7399e7e0694184fef6eb921da86efd6f127c72d5 /.config/zsh/alias.zsh | |
parent | Added bspswallow (diff) | |
download | dotfiles-bsd-5d0234d73b26fc48921f7d269eddb465d6658ad5.tar.gz dotfiles-bsd-5d0234d73b26fc48921f7d269eddb465d6658ad5.tar.bz2 dotfiles-bsd-5d0234d73b26fc48921f7d269eddb465d6658ad5.tar.xz dotfiles-bsd-5d0234d73b26fc48921f7d269eddb465d6658ad5.tar.zst dotfiles-bsd-5d0234d73b26fc48921f7d269eddb465d6658ad5.zip |
Changes
Diffstat (limited to '.config/zsh/alias.zsh')
-rw-r--r-- | .config/zsh/alias.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh index 13c29c7..f175e0d 100644 --- a/.config/zsh/alias.zsh +++ b/.config/zsh/alias.zsh @@ -26,3 +26,4 @@ alias gst='git status' alias ga='git add' alias gco='git commit -m' alias gpp='git push' +alias gpo='git push origin' |