add channel push script

This commit is contained in:
Tankred Hase 2013-11-14 10:49:38 +01:00
parent c36c3501c6
commit 789c43d244
1 changed files with 3 additions and 0 deletions

3
res/push-channel.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
git checkout $1 && git merge master && git push && git checkout master