Closed obw-go closed 3 months ago
@obw-go I cannot merge this PR because your branch AddDutch was created before last changes of po/nl.po in master.
Could you rebase the branch AddDutch
on top of the upstream master and resolve the conflicts?
Could you rebase the branch
AddDutch
on top of the upstream master and resolve the conflicts?
Could you please tell me how I can do this rebase? I don't see options in GitHub where I can type git commands that seem to do something like that....
https://github.com/GrandOrgue/grandorgue.git
as a remote named upstream
git remote add upstream https://github.com/GrandOrgue/grandorgue.git
git fetch upstream
AddDutch
branch on top of the upstrea/master
git rebase upstream/master AddDutch
Some conflicts will be indicated.git rebase --continue
git push --force
- git remote add ..... and all the other git commands....
Where on the GitHub site I can type all these commands? Or do I have to type them under Ubuntu?
- git remote add ..... and all the other git commands....
Where on the GitHub site I can type all these commands? Or do I have to type them under Ubuntu?
You have to do this in the command line on your local computer under Ubuntu or under Windows.
do this in the command line on your local computer
@oleg68 Ah, that seems to be a problem, because GitHub does not accept my username and password, because the procedure for that has been changed.... In order to make that work Lars already sent me a long list of steps I have to do to make this work...
Pretty funny how this process works: one step forward and two (or often more) steps back...
one step forward and one step back
@oleg68 Thanks to Willeke I saw that one of the changes I thought would be also in the /po/nl.po file, appeared to be missing, I think it's best to close this PR. From reading around about branches I learn also that is't good practice to remove branches after using them for a PR, so I suppose that when I remove all the branches both from GitHub and from my local computer and start again with the most recent file /po/nl.po I have on my Windows PC where I use poedit, I will be able to find out what is right and what is missing...
Add Dutch translation updated strings /po/nl.po from branch AddDutch