From dff07973b41bb525360ccf7623f322c576e3fc1c Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Fri, 10 Jan 2020 17:44:22 -0800 Subject: [PATCH] add new alias for git push --- dotfiles/bash/bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/bash/bashrc b/dotfiles/bash/bashrc index e12a9c4..01818e9 100644 --- a/dotfiles/bash/bashrc +++ b/dotfiles/bash/bashrc @@ -86,6 +86,7 @@ alias sbcl='rlwrap sbcl' alias gita='git add' alias gitap='git add -p' alias gitc='git commit' +alias gitp='git push' # -------------- END ALIASES --------------#