This is a practice repo for my classmates cohort 46
- fork the repo to your GitHub
- clone the repo to local.
- make a branch with your name
- change one word or sentence from editMe document
- write a new sentence at the end.
- commit the changes.
- merge your the branch to master branch.
- push to origin.
- create a pull request.
In my opinion 🧠: If you can do that you are ready for Git and GitHub. If you are stuck along the way don't worry. Search Google/ask questions.
git clone https://github.com/Tenzijn/HYF-Demo.git
git branch [branch name]
git checkout [branch name]
git commit -m "your note"
git merge [branch name]
git push [repo name]