Mark Callow

Results 429 comments of Mark Callow

I have updated the draft with based on my conversions with Binomial and the answers to my questions. * _Basis UASTC HDR 6x6 Intermediate_ has been added as a standard...

Thank you. It would be good to mention this in the README or Basics document.

I used git subrepo to create a branch and pushed that branch to origin (my fork of repo A) so I have a branch there `subrepo/subdir`. But I am unable...

Oh! And the subrepo branch push triggers an Appveyor build which naturally fails. Now I have to figure out if the .yml supports branch wildcards. Fortunately it does but I...

> Fork repo A into repo B. git subrepo clone , which adds repo C content to repo B. Push that to repo B, then create a PR from B...

I checked out a different branch before posting my question above. Now when I try to `git checkout subrepo/subdir` I get this error: ``` fatal: 'subrepo/subdir' is already checked out...

`-f` on which command? I got the same error with `-f` on `git checkout`. I'm guessing you mean `-f` on git worktree but I'm not sure which subcommand I am...

I created the branch originally with `git subrepo` but without the `-f`. the branch became current. I pushed it to repo B. After failing to be able to create a...

Okay I did it. Thanks for the help. First of all switching a worktree is done by simply `cd`ing to the worktree directory. Once in that directory `subrepo/subdir` became the...

Has info about how to do this been added to the documentation? If not, this should be reopened.