From 133bbe912a7db0d3adb205a6a1ec5bb143e8326a Mon Sep 17 00:00:00 2001 From: gbaconni Date: Fri, 22 Oct 2021 11:14:51 +0200 Subject: [PATCH] 2021-10-22 11:14:51 --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0726156..0941d95 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,18 @@ Library Forty-Two like a mini Libc for string and memory functions. ``` git clone --recurse-submodules https://vogsphere.baco.net/baco/42test.git cd 42test +git config pull.rebase false +git config user.name "marvin" +git config user.email "marvin@42lausanne.ch" # -OR- 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" ``` ## Update