Add push to remote script

This commit is contained in:
murgi
2017-05-24 17:47:02 +02:00
parent e6d383eaaf
commit fd677e2596

14
push.sh Executable file
View File

@@ -0,0 +1,14 @@
#! /bin/sh
#
# update.sh
# Copyright (C) 2017 Fabian Ising <fabian@murgi.de>
#
# 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