[Gambas-user] Merging with confidence

Christof Thalhofer chrisml at deganius.de
Sat Nov 21 07:24:11 CET 2020


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.

As soon as the changes were taken over you can delete the feature branch
in your fork. AFAICS Gitlab can do that for you if you have set it that way.

Also write commit messages in the way Gambas needs it:

https://gambaswiki.org/wiki/howto/contribute#t7

Alles Gute

Christof Thalhofer

-- 
Dies ist keine Signatur

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20201121/52c5d95d/attachment-0001.sig>


More information about the User mailing list