2021-10-27 10:18:58
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user