Howto: Ein Github Repo forken und Patches an den Autor schicken
Posted by Edmund Haselwanter on Okt 08, 2008
Tags: git, github
It’s really easy. Some Documentation can be found at
http://github.com/guides/fork-a-project-and-submit-your-modifications
http://github.com/guides/changing-your-origin
http://railsontherun.com/2008/3/3/how-to-use-github-and-submit-a-patch
- click on the fork button on github
- clone it from there
- add the old origin as e.g. upstream
- make the changes
- push to own repo
- klick on the pull request button.
now that is community developing. great stuff
weiterlesen…