Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 777 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 777 Bytes

training-pull-request

Instructions

  1. Log into GitHub with your own account

  2. Fork the repository

  3. Clone your forked repository on your local machine

  4. Create a new Feature branch

  5. Commit your changes

    a. Add a new file (e.g. "me-name.md" for Markdown text content)

    b. Write some text content (e.g. "Hello World, I am Arthur")

  6. Push your Feature Branch to your forked remote repository

  7. Come back to this main repository

  8. Create a Pull Request (from a fork)

    a. Target/destination branch: "master"

    b. Source branch: your feature branch