[pony-build] Merging in progress.

C. Titus Brown ctb at msu.edu
Mon Feb 22 17:48:06 PST 2010


On Mon, Feb 22, 2010 at 06:53:51PM -0600, Fatima Cherkaoui wrote:
> I have deleted the local repo on my machine and did a "git clone git://
> github.com/ctb/pony-build.git" but I still can't see the build-coverage . Do
> I have to remove the whole repo from github and clone it again?

Hi Fatima,

you'll still need to fetch & switch branches:

	git fetch git://github.com/ctb/pony-build.git mkdir:mkdir
	git checkout mkdir

Or you can do

	git pull git://github.com/ctb/pony-build mkdir

to merge mkdir into the master branch, which should work.

By default, git clone places you on 'master'.

cheers,
--titus



More information about the pony-build mailing list