commit 021769a815312a16f4559c35a7ce8ff43a37fd2a parent c70f9dd38c617baa82b57de6cda454d923e4610b Author: Sven Möller <sven-moeller@outlook.de> Date: Sun, 26 Dec 2021 19:11:06 +0100 Add git push alias Diffstat:
M | bash/.bashrc | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/bash/.bashrc b/bash/.bashrc @@ -12,3 +12,4 @@ alias gs="git status" alias gd="git diff" alias gc="git commit" alias ga="git add" +alias gp="git push"