Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 620 Bytes

File metadata and controls

16 lines (14 loc) · 620 Bytes

everyone-say-hi

This is our demo project for learning how to make pull requests!

Steps:

  1. Fork this repo: https://github.com/scriptEd-HSFI/everyone-say-hi
  2. Open up your forked repo up in Cloud9
  3. Create a branch called feature/{firstname-lastname}
  • git checkout -b feature/grace-tan
  1. Add this line: “{Your name} says hi!” to README.md
  2. Git add and git commit
  • git add README.md
  • git commit -m "{your name} says hi"
  1. Push your branch to repo on your Github!
  • git push origin feature/grace-tan
  1. Go to your github page and open a pull request from your forked repo to the original repo!