1
0
Bifurcation 0
miroir de https://github.com/PAPAMICA/Wiki-Tech.io.git synchronisé 2025-02-05 13:40:42 +01:00

docs: create Cheatsheet/git

Cette révision appartient à :
Kevin Allioli 2022-01-03 09:39:53 +00:00 révisé par Mickael Asseline
Parent 94ed5b8790
révision b9ec66aab3

17
Cheatsheet/git.html Fichier normal
Voir le fichier

@ -0,0 +1,17 @@
<!--
title: Git cheatsheet
description:
published: true
date: 2022-01-03T09:39:50.529Z
tags: cheatsheet, git
editor: ckeditor
dateCreated: 2022-01-03T09:39:50.529Z
-->
<h1>Personnalisation</h1>
<p>Configuration globale</p>
<pre><code class="language-plaintext">git config --global user.email "mail@domain.tld"
git config --global user.name "Kevin Allioli"</code></pre>
<p>Voir sa configuration</p>
<pre><code class="language-plaintext">git config --list</code></pre>
<p>&nbsp;</p>