summaryrefslogtreecommitdiff
path: root/.emacs.d/eshell
diff options
context:
space:
mode:
authorSean Whitton <spw+git@sdf.org>2014-10-09 15:11:43 +0900
committerSean Whitton <spw+git@sdf.org>2014-10-09 15:11:43 +0900
commit21981ef549a73d837cdd9b9b929bc4f87e5ed26a (patch)
tree68ba671640f15a4ada23bf258f30d4ddd506c0c9 /.emacs.d/eshell
parent04fda36802f82bd5699b900042b2a81c027850c4 (diff)
downloaddotfiles-21981ef549a73d837cdd9b9b929bc4f87e5ed26a.tar.gz
another eshell alias for pushing my workstation branches
Diffstat (limited to '.emacs.d/eshell')
-rw-r--r--.emacs.d/eshell/alias1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/eshell/alias b/.emacs.d/eshell/alias
index 8e5ee993..521a396a 100644
--- a/.emacs.d/eshell/alias
+++ b/.emacs.d/eshell/alias
@@ -7,4 +7,5 @@ alias ga git annex $*
alias blank sleep 1;xset dpms force off
alias docs cd ~/doc;mr autoci;git pull;git push
alias git-rebase-workstation-on-master git checkout workstation;git rebase master;git checkout ${hostname};git rebase workstation
+alias git-push-workstation-master git push origin master;git push -f origin workstation ${hostname}
alias workgit cd ~/doc;git commit -a -e -m "work commit";git push