- Fork it.
- Create a branch (
git checkout -b my_project
) - Commit your changes (
git commit -a
) Tips for better commit message - Push to the branch (
git push origin my_project
) - Open a Pull Request
- Enjoy a refreshing Diet Coke and wait doing more
git checkout -b my_project
)git commit -a
) Tips for better commit messagegit push origin my_project
)