summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-02-17 11:10:29 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-06-10 15:44:02 +0900
commit36a6105d219e539fbddbbfd4d4de99722b52e034 (patch)
treed41c9ff8edd8b5eaea9036e38d7131a97a6a8d7a
parentae7d030596b5946846591cc8937cbb35713ea3ba (diff)
downloaddotfiles-36a6105d219e539fbddbbfd4d4de99722b52e034.tar.gz
combine two git push commands in pushing alias
-rw-r--r--.emacs.d/eshell/alias2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/eshell/alias b/.emacs.d/eshell/alias
index a32f2369..5c635f89 100644
--- a/.emacs.d/eshell/alias
+++ b/.emacs.d/eshell/alias
@@ -9,7 +9,7 @@ alias blank sleep 1;xset dpms force off
alias docs cd ~/doc && mr sync
alias annex-to-ma cd ~/lib/annex;ga copy -t metaarray --auto --fast
alias git-rebase-win32-on-master git checkout win32;git rebase master
-alias git-push-win32-master git push origin master;git push -f origin win32
+alias git-push-win32-master git push origin master +win32
alias git-dotfiles git-rebase-win32-on-master && git-push-win32-master
alias git-stash-to-master git stash && git checkout master && git stash pop
alias workgit cd ~/doc;git add org/*.org;git commit -a -e -m "work commit";git push