瀏覽代碼

Update 'README.md'

computer_glamour 2 周之前
父節點
當前提交
7fb357c388
共有 1 個文件被更改,包括 7 次插入2 次删除
  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
+
+```