github上的wiki
1. GitHub 项目 Wiki
git clone https://github.com/username/repository.wiki.gitgit add . git commit -m "Update Wiki" git push
2. GitLab 项目 Wiki
git clone https://gitlab.com/username/repository.wiki.gitgit add . git commit -m "Update Wiki" git push
3. 手动创建 Git Wiki
总结
Last updated