From 503018cd94b090d443dd09a81301a8855a5361b3 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 17 Feb 2015 11:10:29 +0900 Subject: combine two git push commands in pushing alias --- .emacs.d/eshell/alias | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3