[Gambas-user] How to keeping my repository up to date?
gian
bagoneo at libero.it
Fri Jan 13 23:37:38 CET 2023
Il 13/01/23 22:49, Bruce Steers ha scritto:
>
> You must make a new branch from master on your fork and make edits to that.
> then you submit the merge to gambas master of your new edited branch.
>
> do not edit the protected "master" branch on your fork. make a new one.
> I find this easiest to do on my gitlab page. just hit the "New branch"
> option (make sure you create from master)
>
> BruceS
>
>
> On Fri, 13 Jan 2023 at 21:36, Martin <mbelmonte at belmotek.net
> <mailto:mbelmonte at belmotek.net>> wrote:
>
> Hi,
> I made a fork in my gitlab repo and then I clone it
> git clone git at gitlab.com:belmotek/gambas.git
>
> I update the common Spanish translation (es.po) and then:
> git add .
> git commit -m "Spanish update"
Hi Martin,
Bruce's advice has served me well.
I noticed that you write the merge request directly with the commit
command, this is wrong, reread the wiki about it.
Give the commit command alone without the merge m will open nano or vi,
there you will copy something like:
Contains correction and new Spanish translations
[DEVELOPMENT ENVIRONMENT]
* NEW: The IDE translation is now complete.
Regards
Gianluigi
More information about the User
mailing list