blob: 9aaab025bd92c67f0bb77da6e0631f02d0a4fe5e (
plain)
1
2
3
4
5
6
7
8
9
10
|
# school
this is just all my school work
# cheet 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
|