miroir de
https://github.com/PAPAMICA/Wiki-Tech.io.git
synchronisé 2025-01-01 04:30:51 +01:00
17 lignes
483 o
HTML
17 lignes
483 o
HTML
<!--
|
|
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>
|