From fd677e25968fa4e5158f50ce9e3fd03c953ea8da Mon Sep 17 00:00:00 2001 From: murgi Date: Wed, 24 May 2017 17:47:02 +0200 Subject: [PATCH] Add push to remote script --- push.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 push.sh diff --git a/push.sh b/push.sh new file mode 100755 index 0000000..db5b75d --- /dev/null +++ b/push.sh @@ -0,0 +1,14 @@ +#! /bin/sh +# +# update.sh +# Copyright (C) 2017 Fabian Ising +# +# Distributed under terms of the Apache v2.0 license. +# + +git pull + +git subtree push --prefix=i3 i3 master +git subtree push --prefix=tmux tmux master +git subtree push --prefix=zsh zsh master +git subtree push --prefix=vim vim master