how to extract webpage from a git repo and then throw it into root of www server
|
|
1 місяць тому | |
|---|---|---|
| LICENSE | 1 місяць тому | |
| README.md | 1 місяць тому |
how to extract webpage from a git repo and then throw it into root of www server
Operations listed below need to be done at the backend of the git server !!!!
git --git-dir=/path/to/repo.git archive HEAD | tar -x -C /destination/path