No description
- C++ 81%
- CMake 15.6%
- Makefile 3%
- Shell 0.2%
- C 0.2%
| .devcontainer | ||
| exercises | ||
| lectures | ||
| trial-exam | ||
| tutorials | ||
| .gitignore | ||
| README.md | ||
ppti
This repo contains the files for "Programmierpraktikum TI".
Start
Set git settings (example)
git config --global user.name "Stefanie Studi"
git config --global user.email stefanie.studi@stud.uni-hannover.de
Clone working repo (example project ppti001)
git clone git@gitlab.uni-hannover.de:ppti/2023/ppti001
cd ppti001
Add additional remote ppti-common
git remote add common git@gitlab.uni-hannover.de:ppti/2023/ppti-common
git pull common main