From b9ec66aab39eea9ef79a937f813bb970b9696dfa Mon Sep 17 00:00:00 2001 From: Kevin Allioli Date: Mon, 3 Jan 2022 09:39:53 +0000 Subject: [PATCH] docs: create Cheatsheet/git --- Cheatsheet/git.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Cheatsheet/git.html diff --git a/Cheatsheet/git.html b/Cheatsheet/git.html new file mode 100644 index 0000000..d59b3e9 --- /dev/null +++ b/Cheatsheet/git.html @@ -0,0 +1,17 @@ + + +

Personnalisation

+

Configuration globale

+
git config --global user.email "mail@domain.tld"
+git config --global user.name "Kevin Allioli"
+

Voir sa configuration

+
git config --list
+