1
0
Bifurcation 0
miroir de https://github.com/PAPAMICA/Wiki-Tech.io.git synchronisé 2024-07-07 02:20:13 +02:00

docs: update Linux/Commandes

Cette révision appartient à :
Benjamin B 2021-05-04 12:00:24 +00:00 révisé par Mickael Asseline
Parent bb4be64ee9
révision 4e9b25d960

Voir le fichier

@ -2,7 +2,7 @@
title: Commandes utiles
description:
published: true
date: 2021-04-28T18:24:14.670Z
date: 2021-05-04T12:00:22.788Z
tags:
editor: ckeditor
dateCreated: 2021-04-28T18:24:13.228Z
@ -48,6 +48,10 @@ dateCreated: 2021-04-28T18:24:13.228Z
<figure class="table">
<table style="background-color:rgb(255, 255, 255);">
<tbody>
<tr>
<td><code>git status</code></td>
<td>Permet d'afficher le statut du dépôt dans lequel nous sommes (quelle branche, s'il y a des commit à réaliser…)</td>
</tr>
<tr>
<td style="border-bottom:1px solid rgb(207, 216, 220);border-left:1px solid rgb(207, 216, 220);border-right:1px solid rgb(207, 216, 220);border-top:1px solid rgb(207, 216, 220);padding:0.5rem 0.75rem;"><code>git clone</code></td>
<td style="border-bottom:1px solid rgb(207, 216, 220);border-left:1px solid rgb(207, 216, 220);border-right:1px solid rgb(207, 216, 220);border-top:1px solid rgb(207, 216, 220);padding:0.5rem 0.75rem;">Clone un projet sur sa machine</td>