mirror of
https://github.com/ossrs/srs.git
synced 2025-10-17 07:41:33 +08:00
refine commit script
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
cat <<END >>/dev/null
|
||||
touch git-ensure-commit &&
|
||||
echo "cd `pwd` && git checkout develop &&" >git-ensure-commit &&
|
||||
echo "cd `pwd` &&" >git-ensure-commit &&
|
||||
echo "bash `pwd`/git.commit.sh" >>git-ensure-commit &&
|
||||
chmod +x git-ensure-commit &&
|
||||
sudo rm -f /bin/git-ensure-commit &&
|
||||
|
Reference in New Issue
Block a user