[Gambas-user] Merging with confidence

Bruce Steers bsteers4 at gmail.com
Sat Nov 21 16:07:36 CET 2020


On Sat, 21 Nov 2020 at 06:25, Christof Thalhofer <chrisml at deganius.de>
wrote:

> Am 20.11.20 um 20:26 schrieb Bruce Steers:
>
> > Since then i've noticed a different way to make a merge request.
> >
> > that is to go to the gambas official gitlab repository, navigate to a
> > file and directly edit it in the web browser.
> > Then you can hit Commit and it automatically makes me a temporary
> > branch, makes the merge request and sets the branch to delete itself
> > upon merging.
> >
> > That's much safer right? probably the safest way. Completely risk free
> > from any new modifications.
> >
> > Just trying to be safe.
>
> I don't think it is ok to edit the official Gambas Git repo and add a
> branch there, even if Gitlab provides the opportunity to do that. But
> I'm not Benoît ... it's his playground.
>
> The better way IMO is to fork Gambas, then create a feature branch in
> the fork, add the changes and then create a merge request in the
> official Gambas repo which points to your feature branch.
>

No you misunderstand.
You cannot edit the gambas repository directly, when you do git
automatically creates a branch (on you own fork), not the gambas one.
It does everything you suggest (and i previously stated) automatically.

It actually works quite well and so much easier and better than doing it
the hard way.
It is good.
Bruce
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20201121/d0c634c7/attachment.htm>


More information about the User mailing list