<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno sab 14 mar 2020 alle ore 20:12 Christof Thalhofer <<a href="mailto:chrisml@deganius.de">chrisml@deganius.de</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Am 14.03.20 um 15:18 schrieb Gianluigi:<br>
<br>
> I hope you still have the strength to follow my awkward steps in Git.<br>
<br>
For sure!<br>
<br>
> These are my branches:<br>
>   italian-traslations<br>
> * master<br>
> <br>
> this is the master status:<br>
> On branch master<br>
> Your branch is ahead of 'origin/master' by 621 commits.<br>
>   (use "git push" to publish your local commits)<br>
> nothing to commit, working tree clean<br>
<br>
Look, it says, what should be done.<br>
So please do a git push.<br>
<br>
> and this is the status of italian-traslations:<br>
> On branch italian-traslations<br>
> Your branch is up to date with 'origin/italian-traslations'.<br>
> nothing to commit, working tree clean<br>
> <br>
> If I understand correctly, I could only work with the master.<br>
<br>
You can, if you want to. I would do that, only if you want to try<br>
something new this would be a reason to create another branch.<br>
<br>
> To do this, I simply write to terminal:<br>
> <br>
> git branch -d italian-traslations<br>
<br>
Yes. If there are commits in there which would be lost, it would<br>
complain about that. So just do it and watch what happens.<br>
<br>
> Or is the matter more complex?<br>
<br>
No.<br>
<br>
> If I am alone with master, I just need to import the latest translations<br>
> (saved in backup) and do:<br>
> add, commit and push<br>
><br>
> then ask for merge, correct?<br>
<br>
Yes.<br></blockquote><div><br></div><div>Hi Christof,<br>it seems to have worked (*), except that when I get to the merge GitLab replies:<br>Sorry, your filter produced no results ( <a href="https://paste.c-net.org/TeamworkLifetime">https://paste.c-net.org/TeamworkLifetime</a> )<br>Can you help me fix the filter?<br>I've already tried it to no avail</div><div><br></div><div>Regards<br>Gianluigi</div><div><br></div><div>(*) deleting branch 'italian-traslations' that has been merged to<br>         'refs/remotes/origin/italian-traslations', but not yet merged to HEAD.<br>Ramo italian-traslations eliminato (era a40d381d5).<br><br>And:<br><br>$ git push<br>Counting objects: 101, done.<br>Delta compression using up to 8 threads.<br>Compressing objects: 100% (100/100), done.<br>Writing objects: 100% (101/101), 17.22 KiB | 2.46 MiB/s, done.<br>Total 101 (delta 81), reused 0 (delta 0)<br>remote: Resolving deltas: 100% (81/81), completed with 43 local objects.<br>To gitlab.com:GianluigiOr/gambas.git<br>   516de91f9..401ce521e  master -> master<br><br> <br></div></div></div>