Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
本文共 265 字,大约阅读时间需要 1 分钟。
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
转载于:https://www.cnblogs.com/y896926473/p/7492202.html