diff options
author | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-04-04 04:02:42 -0700 |
---|---|---|
committer | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-04-04 04:02:42 -0700 |
commit | 01bbd084f1908a6815d53a1bd42b02c042e44bdb (patch) | |
tree | 0af4fe0970e51fb5e48e67ca67e2cfc3c8bd07ab /fr-fr/git-fr.html.markdown | |
parent | 818b8eec46b11b36b5235ecbce540557afec4687 (diff) |
Add empty lines before code blocks
otherwise they don't render as blocks
Diffstat (limited to 'fr-fr/git-fr.html.markdown')
-rw-r--r-- | fr-fr/git-fr.html.markdown | 2 |
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 |