how to extract webpage from a git repo and then throw it into root of www server
|
|
hace 2 semanas | |
|---|---|---|
| LICENSE | hace 2 semanas | |
| README.md | hace 2 semanas |
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