- Fork ⑂ this repository!
- Clone the forked repository.
cd
into:
-
git-workshop-part-2
- Create your own branch 🌲
-
git checkout -b <name>
- Create a new markdown file:
-
touch <name-of-file>.md
-
- Write some fun content, like:
-
I LOVE LEARNING ABOUT GIT!
-
- Save your changes.
- Follow these cool git instructions:
-
git add .
-
git commit -m "this is what changed"
-
git push origin <branch-name>
- Go to your repo on GitHub and create a new
Pull Request
- ON THE TOP: Make sure that the base repository is
ScienceStudentSuccessCentre
- ON THE TOP: Make sure that the head repository is
YOUR USER NAME/git-workshop-part-2
- Write a solid PULL REQUEST, example:
#TL;DR, this pull request adds a new file, bla bla bla
🚀
-
- CONGRATS 🥳 and click
Create Pull Request
- Add liaocanada to review your pull request! 🎖
- YAY!!!! 🎉