This seems to work better
$ git fetch upstream
$ git checkout
$ git checkout -b darktable-3.2.x
$ git rebase usptream/darktable-3.2.x
Thanks :)
Philippe
On 07/08/2020 15:03, Philippe Weyland wrote:
Hello,
Maybe a dumb question but I don't find the answer.
I work without problem with master
Hello,
Maybe a dumb question but I don't find the answer.
I work without problem with master in local, on origin and upstream.
I would like to create a local branch for darktable-3.2.x.
What I do but doesn't work:
$ git fetch upstream
$ git checkout -b darktable-3.2.x
$ git rebase usptream/darkta