|
Geometry : |
Subject: Re: [geometry] Boost.Geometry contribution tutorial
From: Adam Wulkiewicz (adam.wulkiewicz_at_[hidden])
Date: 2014-05-22 21:04:27
Hi,
Samuel Debionne wrote:
> Hello Adam,
>
> Thank you for this nice document ! I have been following it step by step
> : very helpfull.
> I had to
>
> git fetch my_fork
>
> after "Add new remote repository", but that's because I had already
> started working with the fork outside modular boost.
I'm glad you like it.
Yes if the remote branch already exists you have to
git fetchmy_fork
and then e.g. checkout remote branch with the creation of the new local one:
git checkout -b local_branch my_fork/some_branch
Regards,
Adam
Geometry list run by mateusz at loskot.net