summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-02-17 11:10:29 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-05-26 08:43:48 +0900
commitd0b4116fd619a89d7b74d33a25eeaba29e841ca2 (patch)
treefd119d1b2108d12f4f8b9e5df8bc2c9514c277d4
parent67ddc9f2e2ab63fa5b80299358b6ea203d60dee6 (diff)
downloaddotfiles-d0b4116fd619a89d7b74d33a25eeaba29e841ca2.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 820db192..473a7d5a 100644
--- a/.emacs.d/eshell/alias
+++ b/.emacs.d/eshell/alias
@@ -7,7 +7,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