Re: Guidance needed in creating a branch

2024-04-20 Thread Carl Sorensen
On Fri, Apr 19, 2024 at 7:03 PM Colin Campbell wrote: > Thanks for this, Jason! I've managed to get an MR created, and it just > passed the CI checks; now to remember what worked for the next time . . . > > Cheers, > > Colin > > On 2024-04-19 12:53, Jason Yip wrote: > > On 2024-04-19 12:51, Colin

Re: Guidance needed in creating a branch

2024-04-19 Thread Colin Campbell
Thanks for this, Jason! I've managed to get an MR created, and it just passed the CI checks; now to remember what worked for the next time . . . Cheers, Colin On 2024-04-19 12:53, Jason Yip wrote: On 2024-04-19 12:51, Colin Campbell - cpkc.music(a)shaw.ca wrote: I see that developers have bra

Re: Guidance needed in creating a branch

2024-04-19 Thread Jason Yip
On 2024-04-19 13:53, Jason Yip wrote: On 2024-04-19 12:51, Colin Campbell - cpkc.music(a)shaw.ca wrote: I see that developers have branches on gitlab, showing as  > origin/dev//username/; I gather that this is The Way It's Done®, but I can't find direction in CG as to how to create such a branch

Re: Guidance needed in creating a branch

2024-04-19 Thread Jason Yip
On 2024-04-19 12:51, Colin Campbell - cpkc.music(a)shaw.ca wrote: I see that developers have branches on gitlab, showing as > origin/dev//username/; I gather that this is The Way It's Done®, but I can't find direction in CG as to how to create such a branch. Is it as simple as, e.g. git push -

Guidance needed in creating a branch

2024-04-19 Thread Colin Campbell
As in the subject, I'm trying to get back into documentation work, after 13-14 years or so. I've followed the CG section 3.1, to the point where I have a fork of master on gitlab, a clone of master on my local machine, and a local branch (ottava) with the edited file. I see that developers hav