src/update-submodules: add git signoff
Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
parent
34495fee53
commit
21476d5b4e
@ -8,6 +8,6 @@ export PATH
|
|||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
git submodule update --remote --merge
|
git submodule update --remote --merge
|
||||||
git add .
|
git add .
|
||||||
git commit -m "submodules update"
|
git commit --signoff --message="submodules update"
|
||||||
git pull --verbose
|
git pull --verbose
|
||||||
git push --verbose
|
git push --verbose
|
||||||
|
Loading…
x
Reference in New Issue
Block a user