in Git Bash
die Email muss mit der Email bei der Github Registrierung übereinstimmen
der Platzhalter <gruppe>
muss durch eine Ziffer ersetzt werden
git config --global user.name "Mona Lisa" git config --global user.email "email@example.com"
$ git clone \
https://github.com/fn-tfe17-g<gruppe>/dhbw-painground.git
$ cd dhbw-painground
$ git remote add upstream https://github.com/barclay-reg/dhbw-painground.git
$ git fetch upstream
-
Download und Installieren IntelliJ IDEA
-
Community Edition
-
-
Import Project
Wizard starten-
wählen Sie den Ordner
dhbw\checkout\dhbw-painground
-
Wählen Sie
Import Project from external model
→ Maven -
Immer
Next
klicken und dannFinish
-