Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

j0hax/PPTI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/2022/ppti001
cd ppti001

Add additional remote ppti-common

git remote add common git@gitlab.uni-hannover.de:ppti/2022/ppti-common
git pull common main