On 07/21/2010 11:07 AM, David Winslow wrote:
> $ git remote add dwins git://github.com/dwins/geonode.git
> $ git fetch dwins gs_security_rebase
> $ git fetch dwins dj_acl_service
> $ git checkout dwins/gs_security_rebase -b gs_security_rebase
> $ git merge dwins/dj_acl_service
>    
Oops, the fetch commands should have looked like:

$ git fetch dwins gs_security_rebase:gs_security_rebase
$ git fetch dwins dj_acl_service:dj_acl_service

Otherwise git will just assign them the temporary name "FETCH_HEAD" 
which is subject to reassignment the next time you fetch.

--
David Winslow
OpenGeo - http://opengeo.org/

Reply via email to