clone
- git clone https://github.com/SwiftGGFETeam/egg.git
- cd egg
创建分支并推送到远端
- git checkout -b basics.config
- git push --set-upstream origin basics.config
编辑
- cd docs/source/en/
- cd basics
- touch config.md
进行编辑
提交
- git add config.md
- git commit -m '[翻译|校对|定稿]config.md'
推送到远端
- git push
pr
网页端切换到创建的分支并发起 pull request