Permalink
Browse files
Alias to push GitLab to all locations.
- Loading branch information...
Showing
with
1 addition
and
0 deletions.
-
+1
−0
git/aliases.zsh
|
|
@@ -18,3 +18,4 @@ alias gb='git branch' |
|
|
alias gs='git status -sb' # upgrade your git if -sb breaks for you. it's fun.
|
|
|
alias grm="git status | grep deleted | awk '{\$1=\$2=\"\"; print \$0}' | \
|
|
|
perl -pe 's/^[ \t]*//' | sed 's/ /\\\\ /g' | xargs git rm"
|
|
|
+alias gpa="git push origin $1 && git push gh $1 && git push gl $1" # Push GitLab to GitLab dev server, GitHub and GitLab Cloud
|
0 comments on commit
52803ce