Skip to content

Instantly share code, notes, and snippets.

@rogerwschmidt
Last active June 7, 2017 15:37
Show Gist options
  • Save rogerwschmidt/8de47cdf14080626dd7ac046dd216d3d to your computer and use it in GitHub Desktop.
Save rogerwschmidt/8de47cdf14080626dd7ac046dd216d3d to your computer and use it in GitHub Desktop.

Forking and Creating Pull Requests Instructor Notes

Objectives

  • Describe the process of forking
  • Create a fork of an existing repository
  • Describe why we issue pull requests
  • Create a pull request from a forked repository

What is the process of forking?

Turn to your neighbor and describe the process of forking a repository. Be prepared to share with the class.

Create a fork of an existing repository

Fork the following repository https://github.com/rogerwschmidt/g56_pull_request

Why do we issue pull request?

Turn to your neighbor and discuss why we issue pull request. Be prepared to share with the class.

Create a pull request from a forked repository

  1. In github, edit the readme in the browser, adding your name.
  2. Create a pull request with your changes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment