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:
parent
c36c3501c6
commit
789c43d244
3
res/push-channel.sh
Executable file
3
res/push-channel.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
git checkout $1 && git merge master && git push && git checkout master
|
Loading…
Reference in New Issue
Block a user