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