mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-11 03:38:40 +00:00
parent
cb25959bf0
commit
dd8febcace
|
|
@ -3,8 +3,8 @@
|
||||||
MSG="$1"
|
MSG="$1"
|
||||||
|
|
||||||
git submodule foreach git add .
|
git submodule foreach git add .
|
||||||
git submodule foreach "git commit -m '${MSG}' || true"
|
git submodule foreach "git commit -m \"${MSG}\" || true"
|
||||||
git submodule foreach git push
|
git submodule foreach git push
|
||||||
git add .
|
git add .
|
||||||
git commit -m '${MSG}'
|
git commit -m "${MSG}"
|
||||||
git push
|
git push
|
||||||
Loading…
Reference in New Issue
Block a user