Created
October 12, 2017 01:44
-
-
Save larizzatg/cdab96e04eff5588955937df77bb5f20 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Workflow for contributing in a github project | |
1. Fork the choosen project | |
2. Git clone your fork project [git clone url] | |
3. Check existing branchs in the project [git branch] | |
4. Create a branch for each pull request (issue, feature...) [git checkout -b branch_name] | |
5. Commit changes [git commit -m "message"] | |
6. Push branch to remote repository [git push origin branch_name ] | |
7. Go to fork repository, select branch, select pull request, fill data and send it | |
:) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment