Closed kimbtech closed 4 years ago
The install.sh uses git checkout -- . to prevent merge conflicts, but this will also reset the config.json.
install.sh
git checkout -- .
config.json
Remove config.json from repo? Manually select files to checkout?
The
install.sh
usesgit checkout -- .
to prevent merge conflicts, but this will also reset theconfig.json
.Remove config.json from repo?
Manually select files to checkout?