<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno lun 9 mar 2020 alle ore 23:15 Gianluigi <<a href="mailto:bagonergi@gmail.com">bagonergi@gmail.com</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"><div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno lun 9 mar 2020 alle ore 22:42 Christof Thalhofer <<a href="mailto:chrisml@deganius.de" target="_blank">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 09.03.20 um 19:11 schrieb Gianluigi:<br>
<br>
> it didn't go well.<br>
<br>
No.<br>
<br>
> I think the problem starts from Master who doesn't advance:<br>
> -----------------------------------------------------------<br>
> $ git status<br>
<br>
Allright, that was, what we have done. We fixed<br>
italian-traslations which is now equivalent with upstream/master.<br>
...<br>
> italian-traslation is about the present time, while the master is one<br>
> year behind.<br>
<br>
Because we didn't pull the changes into master.<br>
...<br></blockquote><div><br></div><div>git pull upstream master it worked, see gitk image:<br><a href="https://paste.c-net.org/MementoDoesn" target="_blank">https://paste.c-net.org/MementoDoesn</a><br><br>Unfortunately on:<br>$ git merge italian-traslation<br>merge: italian-traslation - not something we can merge<br><br>I suspend and go to sleep, if you think, we update tomorrow.<br><br>Thank you and good night<br>Gianluigi</div></div></div></blockquote><div><br></div><div>Hi Christof,<br><br>I hope you still have the strength to follow my awkward steps in Git.<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>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>To do this, I simply write to terminal:<br><br>git branch -d italian-traslations<br><br>Or is the matter more complex?<br><br>If I am alone with master, I just need to import the latest translations (saved in backup) and do:<br>add, commit and push<br><br>then ask for merge, correct?<br><br>Regards<br>Gianluigi <br></div></div></div>