@@ -1,3 +1,8 @@
-# gogs_pages_service
+# GOGS website sync with git repo
-how to extract webpage from a git repo and then throw it into root of www server
+how to extract webpage from a git repo and then throw it into root of www server
+
+```bash
+git --git-dir=./computer.glamour.ovh.git/ archive HEAD | tar -x
+```