2021-10-27 10:18:58

This commit is contained in:
Guy Baconniere
2021-10-27 10:18:58 +02:00
parent d590b2e640
commit 856a216065
2 changed files with 51 additions and 21 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 "rfederer"
git config user.email "rfederer@student.42lausanne.ch"
git config user.name "${USER-marvin}"
git config user.email "${MAIL-marvin@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 "rfederer"
git config user.email "rfederer@student.42lausanne.ch"
git config user.name "${USER-marvin}"
git config user.email "${MAIL-marvin@student.42lausanne.ch}"
```
## Update