文件名称:git-update-ghpages:简单的工具来更新GitHub页面
文件大小:128KB
文件格式:ZIP
更新时间:2024-05-17 08:20:44
Shell
git-update-ghpages 将目录上载到gh-pages。 非常适合与Travis-CI部署一起使用。 git-update-ghpages rstacruz/myproject _docs ==> cd /var/folders/7d/tmp.9dgEYWLD ==> git init Initialized empty repository in /var/folders/7d/tmp.9dgEYWLD ==> git checkout -b gh-pages Switch to a new branch 'gh-pages' ==> Copying contents from _docs x index.html x license.html x contributing.html ==> git commit -m Update [gh-pages 06829a94]
【文件预览】:
git-update-ghpages-master
----.travis.yml(18B)
----HISTORY.md(929B)
----README.md(3KB)
----Makefile(2KB)
----docs()
--------images()
--------assets()
--------README.md(76B)
----.gitignore(18B)
----git-update-ghpages(4KB)
----package.json(681B)