浏览代码

git: add French translation

julien 5 年之前
父节点
当前提交
0d21c63f5f
共有 1 个文件被更改,包括 20 次插入0 次删除
  1. 20 0
      pages.fr/common/git.md

+ 20 - 0
pages.fr/common/git.md

@@ -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}}`