mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-02-13 09:38:41 +00:00
redirect fixes
This commit is contained in:
parent
be98bc26a9
commit
53515f3c1d
10
Helper/Scripts/commit.sh
Normal file
10
Helper/Scripts/commit.sh
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
MSG="$1"
|
||||||
|
|
||||||
|
git submodule foreach git add .
|
||||||
|
git submodule foreach "git commit -m '${MSG}' || true"
|
||||||
|
git submodule foreach git push
|
||||||
|
git add .
|
||||||
|
git commit -m '${MSG}'
|
||||||
|
git push
|
||||||
Loading…
Reference in New Issue
Block a user