Connect
- Fork this project to your profile
- Add all modified/new files
git add file1 file2 file3
(Usegit status
to see un-staged files) - Go to your profile, click on the project then click on pull request (the button underneath the project title)
- Get update and merge:
git fetch upstream
git merge upstream/master