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 à :
Parent
94ed5b8790
révision
b9ec66aab3
1 fichiers modifiés avec 17 ajouts et 0 suppressions
17
Cheatsheet/git.html
Fichier normal
17
Cheatsheet/git.html
Fichier normal
|
@ -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> </p>
|
Chargement…
Référencer dans un nouveau ticket