From 7b0caaae6b5b8d23d51db682f4bbd54edf611543 Mon Sep 17 00:00:00 2001 From: self Date: Mon, 7 Mar 2022 23:02:32 +0000 Subject: Updated gpa to use aliases --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh') diff --git a/zsh/.zshrc b/zsh/.zshrc index 642abe1..14d5b8a 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -117,7 +117,7 @@ alias gco="git checkout" alias gcom="git checkout master" alias gdb="git branch -d" alias gp="git push" -alias gpa="git push origin && git push github && git push gitlab" +alias gpa="gp origin && gp github && gp gitlab" alias gpl="git pull" # TODO: might be ambiguous with multiple remotes alias gs="git status" alias ga="git add" -- cgit v1.2.1