- Forked the repository
- Add upstream as a new remote repo:
git remote add upstream https://github.com/ggc-itec/itec3860_social.git - Make sure remotes are set right:
git remote -v - Add your textfile with your name, hobbies, and anything interesting about yourself (e.g. yourname.txt)
- Stage new file and commit:
git add yourname.txtthengit commit -m "message" - Pull changes from remote upstream:
git pull upstream master - Send Pull Request by visiting your forked repo's Github page
ggc-itec/itec3860_social
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|