Tagged with git

Found the following pages that are tagged with "git".

Howto fork a repo on github and submit patches to the author

Posted by Edmund Haselwanter on Oct 07, 2008
Tags: git, github
Technorati Tags: ,

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

  1. click on the fork button on github
  2. clone it from there
  3. add the old origin as e.g. upstream
  4. make the changes
  5. push to own repo
  6. klick on the pull request button.

now that is community developing. great stuff

Continue Reading…

Thoughtworks Cruise 1.1 on Centos 5.2 EC2 building repo from github

Posted by Edmund Haselwanter on Nov 30, 2008
Tags: ami, aws, cruise, cruise control, ec2, environment 2.0, git, github
Technorati Tags: , , , , , , ,

In this blog post I will show how to launch a Centos 5.2 Amazon ami image, install Cruise 1.1 from Thoughtworks (also known as Cruise Control) and building a Java project, fetched from a github repository. Continue Reading…