mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:22:09 +02:00
git: add French translation
This commit is contained in:
parent
1a93f9715e
commit
0d21c63f5f
1 changed files with 20 additions and 0 deletions
20
pages.fr/common/git.md
Normal file
20
pages.fr/common/git.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# git
|
||||
|
||||
> Système de gestion de versions décentralisé.
|
||||
> Plus d'informations : <https://git-scm.com/>.
|
||||
|
||||
- Obtenir la versiond de Git :
|
||||
|
||||
`git --version`
|
||||
|
||||
- Afficher l'aide générale :
|
||||
|
||||
`git --help`
|
||||
|
||||
- Afficher l'aide sur une commande Git :
|
||||
|
||||
`git help {{command}}`
|
||||
|
||||
- Exécuter une commande Git :
|
||||
|
||||
`git {{command}}`
|
Loading…
Add table
Reference in a new issue