how to extract webpage from a git repo and then throw it into root of www server
|
|
před 2 týdny | |
|---|---|---|
| LICENSE | před 2 týdny | |
| README.md | před 2 týdny |
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