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
+