2021-10-23 16:10:09

This commit is contained in:
marvin
2021-10-23 16:10:09 +02:00
parent 7f721c1708
commit 94c109a1ac
4 changed files with 22 additions and 10 deletions

View File

@@ -8,8 +8,8 @@ Unit Testing for 42 Projects
git clone --recurse-submodules https://vogsphere.baco.net/baco/42test.git 42test
cd 42test
git config pull.rebase false
git config user.name "marvin"
git config user.email "marvin@42lausanne.ch"
git config user.name "rfederer"
git config user.email "rfederer@student.42lausanne.ch"
# -OR-
@@ -17,8 +17,8 @@ git clone https://vogsphere.baco.net/baco/42test.git
cd 42test
git submodule update --init
git config pull.rebase false
git config user.name "marvin"
git config user.email "marvin@42lausanne.ch"
git config user.name "rfederer"
git config user.email "rfederer@student.42lausanne.ch"
```
## Update