eDir Universal password implementation.

Matthew Newton mcn4 at leicester.ac.uk
Fri Dec 7 16:01:45 CET 2012


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 at 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 at le.ac.uk>


More information about the Freeradius-Devel mailing list