Skip to content

scriptEd-HSFI/everyone-say-hi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

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!

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published