mirror of
https://github.com/gflags/gflags.git
synced 2025-04-07 14:29:19 +00:00
4 lines
131 B
Markdown
4 lines
131 B
Markdown
To update the GitHub Pages at http://gflags.github.io/gflags/, use command:
|
|
```
|
|
git subtree push --prefix=doc/ origin gh-pages
|
|
```
|