Skip to content

mgienow/TNS-Pull-Request-Practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages