Skip to content

Instantly share code, notes, and snippets.

@larizzatg
Created October 12, 2017 01:44
Show Gist options
  • Save larizzatg/cdab96e04eff5588955937df77bb5f20 to your computer and use it in GitHub Desktop.
Save larizzatg/cdab96e04eff5588955937df77bb5f20 to your computer and use it in GitHub Desktop.
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