Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 544 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 544 Bytes

Documentation

Checkout and build

git clone [email protected]:DiElectronX/tdr.git notes
cd notes
git submodule init
git submodule update
cd AN-21-XXX
. build.sh

Adding the utils submodule

Just for reference, to be done once only on the creation of this repo.

# https://git-scm.com/book/en/v2/Git-Tools-Submodules
git clone [email protected]:DiElectronX/tdr.git notes
cd notes
git submodule add ssh://[email protected]:7999/tdr/utils.git
git diff --cached --submodule
git ci -am "Add utils submodule"
git push origin main