- Fork the repo
- Clone the new created repo
- Display remote links
- Add the
upstream
alias - Display remote links
- Show branches
- Switch to the
develop
branch - Show branches
- Create a new branch
feature-<firstnamelastname>
- Now add a text file and name it "<firstnamelastname.txt"
- See status
- Add changes
- See status again
- Commit and comment
- Go back to
develop
branch - Merge
feature-<firstnamelastname>
withdevelop
- Delete
feature-<firstnamelastname>
- Push your changes to your own version (We will push the
develop
branch)
- Go to your GitHub forked repo
- Make a pull request