Tuto variable premier commit
This commit is contained in:
19
GIT/git_commands.md
Normal file
19
GIT/git_commands.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# Introduction aux commandes GIT basic
|
||||
|
||||
## Initialisation
|
||||
|
||||
#### Explication
|
||||
|
||||
Permet d'initialiser un nouveau repository Git dans l'emplacement courant ou est exécuté la commande.
|
||||
|
||||
#### Commande
|
||||
|
||||
```git
|
||||
git init
|
||||
```
|
||||
|
||||
## Status
|
||||
|
||||
## Explication
|
||||
|
||||
Permet d'afficher et les modifications effectuées dans
|
||||
Reference in New Issue
Block a user