how to extract webpage from a git repo and then throw it into root of www server
|
|
hai 5 meses | |
|---|---|---|
| LICENSE | hai 5 meses | |
| README.md | hai 5 meses |
how to extract webpage from a git repo and then throw it into root of www server
git --git-dir=/path/to/repo.git archive HEAD | tar -x -C /destination/path