mirror of
https://github.com/Ed94/perfaware.git
synced 2026-08-14 11:28:08 +00:00
17 lines
385 B
Markdown
17 lines
385 B
Markdown
# 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
|
|
```
|
|
|
|
## Gallery
|
|
|
|
Part 1: File read!
|
|

|