You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
225 B

11 months ago
11 months ago
  1. # Onses - Uno Game
  2. ## Disclaimer for Tests
  3. **!!Do not move the mouse while tests are running!!**
  4. ## git setup after clone
  5. ```shell
  6. git config user.name "<FD-Nummer>"
  7. git config user.email "<Name>@informatik.hs-fulda.de"
  8. ```