Sfoglia il codice sorgente

Update 'README.md'

computer_glamour 2 settimane fa
parent
commit
7fb357c388
1 ha cambiato i file con 7 aggiunte e 2 eliminazioni
  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
+
+```