git is hard
This commit is contained in:
parent
2ed73b7431
commit
085fefabbb
|
@ -0,0 +1,12 @@
|
|||
#!/usr/bin/env bash
|
||||
#
|
||||
# problem: we are changing files right inside submodule folders (which is probably against git intentions?)
|
||||
# this script helps us clean state and overall work around the currently convoluted submodule structure
|
||||
#
|
||||
cd ext/rusefi/
|
||||
git reset --hard
|
||||
cd ../..
|
||||
git submodule update --init
|
||||
cd ext/rusefi/
|
||||
git submodule update --init
|
||||
git status
|
Loading…
Reference in New Issue