# docs.qiniu.com **Repository Path**: mirrors_qiniu/docs.qiniu.com ## Basic Information - **Project Name**: docs.qiniu.com - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2025-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Markdown Editor ### Mac - [Mou](http://mouapp.com/) - [Sublime Text 2](http://www.sublimetext.com/2) ### Linux - [ReText](http://sourceforge.net/p/retext/home/ReText/) ### Windows - [MarkdownPad](http://markdownpad.com/) ### Web - [Dillinger](http://dillinger.io/) ## Contributing 1. 登录 2. Fork 3. 创建您的特性分支 (`git checkout -b my-new-feature`) 4. 提交您的改动 (`git commit -am 'Added some feature'`) 5. 将您的改动记录提交到远程 git 仓库 (`git push origin my-new-feature`) 6. 然后到 github 网站的该 git 远程仓库的 `my-new-feature` 分支下发起 Pull Request ## Remote Sync 与远程库 `git://github.com/qiniu/docs.qiniu.com.git` 保持同步,避免冲突的办法如下: 1. `cd ` 2. `git remote add qiniu git://github.com/qiniu/docs.qiniu.com.git` 3. `git fetch qiniu` 4. `git merge qiniu/master` 后续同步更新只需运行第3步和第4步。