summaryrefslogtreecommitdiffhomepage
path: root/fr-fr
diff options
context:
space:
mode:
authorBoris Verkhovskiy <boris.verk@gmail.com>2024-04-04 04:02:42 -0700
committerBoris Verkhovskiy <boris.verk@gmail.com>2024-04-04 04:02:42 -0700
commit01bbd084f1908a6815d53a1bd42b02c042e44bdb (patch)
tree0af4fe0970e51fb5e48e67ca67e2cfc3c8bd07ab /fr-fr
parent818b8eec46b11b36b5235ecbce540557afec4687 (diff)
Add empty lines before code blocks
otherwise they don't render as blocks
Diffstat (limited to 'fr-fr')
-rw-r--r--fr-fr/git-fr.html.markdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/fr-fr/git-fr.html.markdown b/fr-fr/git-fr.html.markdown
index 00b6b6e1..a4d0c185 100644
--- a/fr-fr/git-fr.html.markdown
+++ b/fr-fr/git-fr.html.markdown
@@ -171,6 +171,7 @@ $ git init --help
Ne plus suivre certains fichiers et dossiers de Git.
Habituellement fait pour les fichiers privés et temporaires qui seraient,
autrement, partagés dans le dépôt.
+
```bash
$ echo "temp/" >> .gitignore
$ echo "cle_privee" >> .gitignore
@@ -466,6 +467,7 @@ Vous pouvez maintenant pull !
```bash
git pull
```
+
`...changes apply...`
Vérifiez maintenant que tout est OK