joannesguillemot / advanced-find

Automatically exported from code.google.com/p/advanced-find
0 stars 0 forks source link

no master branch in git repository #104

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I tried to clone the advanced-find repository like this:

$ git clone https://code.google.com/p/advanced-find/

I saw this:

Cloning into 'advanced-find'...
...
warning: remote HEAD refers to nonexistent ref, unable to checkout.

It looks like you don't have a master branch in your repository:

$ git checkout master
error: pathspec 'master' did not match any file(s) known to git.
$

This makes it hard to track and pull changes.  Please create a master branch - 
thanks!

Original issue reported on code.google.com by a...@medovina.org on 8 May 2013 at 7:07

GoogleCodeExporter commented 8 years ago
I don't think this is a problem.
You can see issue85 to create your clone.

Original comment by swatch.c...@gmail.com on 9 May 2013 at 2:10

GoogleCodeExporter commented 8 years ago
OK, that's fine - it's conventional to have a branch called 'master', but if 
you don't want to then I can live with that.

Original comment by a...@medovina.org on 9 May 2013 at 7:52