4.2 Cookbook
Some common commands when adding and changing things in the benchmark
4.2.1 Rename submodule
To move to different directory
FROM=…
TO=…
git mv $FROM $TO
To change remote
- Edit remote in
.gitmodules
git submodule sync
git add .gitmodules
andgit commit