On Fri, Dec 07, 2012 at 03:04:34PM +0100, Olivier Beytrison wrote:
On a side not, because I'm also new to github, how can I sum up all the changes in a single commit in order to make the pull request ?
You don't need a single commit - just make sure all the commits are in a branch that was forked off the master branch recently. Push the branch up to github, and pull request the branch. Git will figure out what needs merging automatically. You can merge commits together with git rebase if you can get your head around it. I tend to create a new branch based off the latest master, then cherry-pick the individual commits into it, then push that branch to github for the pull request. Cheers Matthew -- Matthew Newton, Ph.D. <mcn4@le.ac.uk> Systems Architect (UNIX and Networks), Network Services, I.T. Services, University of Leicester, Leicester LE1 7RH, United Kingdom For IT help contact helpdesk extn. 2253, <ithelp@le.ac.uk>