1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-21 16:35:04 -05:00

add channel push script

This commit is contained in:
Tankred Hase 2013-11-14 10:49:38 +01:00
parent c36c3501c6
commit 789c43d244

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