summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 b6069edb..aad7330e 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