summaryrefslogtreecommitdiff
path: root/.emacs.d/eshell
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-02-17 11:11:13 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-02-17 11:11:13 +0900
commitfa6948047a7110fe3028191f21e16fc6c25cb7ed (patch)
treebe655c9d68ffa0c238b1e535b655d706da19b346 /.emacs.d/eshell
parentae351b0d7787c7a9524f98c1f3cbbbddbf785239 (diff)
downloaddotfiles-fa6948047a7110fe3028191f21e16fc6c25cb7ed.tar.gz
combine git push commands in pushing alias
Diffstat (limited to '.emacs.d/eshell')
-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 6c6bab18..005689c4 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 autoci;git pull;git push
alias annex-to-ma cd ~/lib/annex;ga copy -t metaarray --auto --fast
alias git-rebase-host-branch git rebase master;git checkout ${hostname};git rebase master
-alias git-push-host-branch git push origin master;git push -f origin ${hostname}
+alias git-push-host-branch git push origin master +${hostname}
alias workgit cd ~/doc;git add org/*.org;git commit -a -e -m "work commit";git push
alias sonatarc cd ~/src/dotfiles;git checkout .config/sonata/sonatarc;cd -