Permalink
Browse files

Alias to push GitLab to all locations.

  • Loading branch information...
1 parent c5a421a commit 52803ce3ac60d57632164b7713ff0041e86fa26c @dosire committed Feb 10, 2014
Showing with 1 addition and 0 deletions.
  1. +1 −0 git/aliases.zsh
View
1 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

Please sign in to comment.