Explorar el Código

Update 'README.md'

computer_glamour hace 2 semanas
padre
commit
7fb357c388
Se han modificado 1 ficheros con 7 adiciones y 2 borrados
  1. 7 2
      README.md

+ 7 - 2
README.md

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