No description
  • C++ 81%
  • CMake 15.6%
  • Makefile 3%
  • Shell 0.2%
  • C 0.2%
Find a file
2023-07-19 20:09:51 +02:00
.devcontainer install gdb and cmake in devcontainer 2023-04-20 19:37:20 +02:00
exercises ex9: imagecompression finished 2023-07-03 21:55:58 +02:00
lectures Lecture 10 and tutorial added 2023-07-06 11:20:14 +02:00
trial-exam Merge branch 'main' of gitlab.uni-hannover.de:ppti/2023/ppti-common 2023-07-19 20:09:51 +02:00
tutorials Tutorial solution added 2023-07-18 08:45:50 +02:00
.gitignore .gitignore revised 2023-04-25 14:38:12 +02:00
README.md Init 2023-04-06 14:00:34 +02:00

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