- Promotionsordnung
- Anlangen der Promotionsordnung
- Merkblatt
- Eigenständigkeitserklärung
- Einreichungserklärung
- Gestaltungsvorschrift Titelblatt
Clone das Repository mittels git
:
git clone https://github.com/tex-med-uni-le/thesis-tex-templates.git
Erzeuge dein eigenes Repository für deine Dissertation:
mkdir thesis
cd thesis
git init
# do somethings
touch README.md
git commit -am "initial commit"
Einrichten des Vorlagen-Repository:
git remote add upstream https://github.com/tex-med-uni-le/thesis-tex-templates.git
Kontrolle:
git remote -v
upstream https://github.com/tex-med-uni-le/thesis-tex-templates.git (fetch)
upstream https://github.com/tex-med-uni-le/thesis-tex-templates.git (push)
Aktualisierungen holen:
git fetch upstream
Aktualisierungen integrieren:
git merge upstream/master