Skip to content

DiElectronX/tdr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published