volker-krey / git_tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Git Tutorial Example for a Pull Request

Take the following steps:

  1. fork this repository
  2. clone your fork (it should be your origin remote)
  3. add this repository as a remote named upstream
  4. make a branch called feature
  5. change the letter being searched for in project.py from e to a
  6. add and commit your change
  7. push your feature branch to your origin remote
  8. open a pull request on github to this repository's master branch

About


Languages

Language:Python 100.0%