diff --git a/README.md b/README.md
index 56616ba8c3d704dbf3fb910251a8c35cc594810c..29fa1f511ca076e1362527349a837e35d9f97539 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ pip install sphinx_rtd_theme==0.5.2
 pip install sphinx-markdown-parser
 pip install myst-parser
 pip install pymdown-extensions
-sphinx-build -b html doc/source doc/build
+sphinx-build -b html source build
 ```
 
 On peut ensuite visualiser le site dans le dossier "build" puis ouvrir le fichier index.html.
diff --git a/source/git/advanced.md b/source/git/advanced.md
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..a9965f200373eaa3c6f06e1622161f5ae5ccfda9 100644
--- a/source/git/advanced.md
+++ b/source/git/advanced.md
@@ -0,0 +1,5 @@
+# Notions avancées
+
+## Passage en Head glissé
+
+## GitConfig
\ No newline at end of file