bassantgz30 / TNS-Pull-Request-Practice

A public repository and resource for practicing pull requests!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The New Stack Tutorials: Getting Legit with Git and GitHub

Pull Request Practice Repo

  1. Fork this repository
  2. Clone your fork to your computer
  3. Once the cloned repositiory is set up in your work environment, create a new file in the root of the project and name it FirstName-LastName.html (e.g. michelle-gienow.html)
  4. Create a branch, also named FirstName-LastName (hint: $git checkout -b Michelle-Gienow)
  5. Open the project in your text editor (hint: $atom ./TNS-Pull-Request-Practice)
  6. Add some text to your html file (May we suggest "Hello world"?) and save
  7. Add/Commit your changes
  8. Change back to master branch
  9. Merge your newly created branch into master
  10. Push your changes
  11. Delete the temporary branch ($git branch -d FirstName-LastName)
  12. Go to your forked repo on GH and open a pull request

About

A public repository and resource for practicing pull requests!


Languages

Language:HTML 100.0%