- Create your feature branch:
git checkout -b my-new-feature
(may need a fork before) - Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
This repository was archived by the owner on May 13, 2024. It is now read-only.