Add update_deps.ps1 (clone computer enhance repo)

This commit is contained in:
ed
2026-08-07 01:32:51 -04:00
parent 77bda7741f
commit 823ec3d499
4 changed files with 42 additions and 4 deletions
+5 -1
View File
@@ -1,6 +1,10 @@
# Computer Enhance: Performance Aware Programming Course
```
Progressing with company team.
Disable latency of submodules:
```ps1
git -C . config --local diff.ignoreSubmodules all
git -C . config --local status.submoduleSummary false
git -C . config --local submodule.recurse false