blob: 85637902d2fc2afd5923779e9a87a6e3f9a3d2eb (
plain)
1
2
3
4
5
6
7
8
9
10
|
# school
this is just all my school work
# cheat sheet
make changes to the submodule and push them to main
then
to update the submodule on the GH (cs-oracle), you will need to run `git submodule update --remote --merge` in the root of the project
|