Pārlūkot izejas kodu

Update 'README.md'

computer_glamour 2 nedēļas atpakaļ
vecāks
revīzija
7fb357c388
1 mainītis faili ar 7 papildinājumiem un 2 dzēšanām
  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
+
+```