<div dir="ltr"><div>Can you explain what do you mean by "my master" ? Do you mean your master branch ON your computer or your master branch ON github (your github repository) ?</div><div><br></div><div>In the case of your master on github, I usually let it, it's far behind, because usually it's doesn't hurt to have it behind. Nobody use it.</div><div>For your master branch on your computer, you can do:</div><div>git checkout master</div><div>git merge upstream/master (to merge from "upstream")</div><div><br></div><div>Then, only if you want to update your master on github, you can do</div><div>git push origin master</div><div>But I honestly never do this command. And I don't use a PR too.<br></div><div><br></div><div><br></div><div>PS : I'm assuming your remote are called upstream and origin, like:</div><div>etienne@longitude:~/dev/qgis/QGIS-Documentation (master)$ git remote -v<br>origin     git@github.com:Gustry/QGIS-Documentation.git (fetch)<br>origin    git@github.com:Gustry/QGIS-Documentation.git (push)<br>upstream   <a href="https://github.com/qgis/QGIS-Documentation.git">https://github.com/qgis/QGIS-Documentation.git</a> (fetch)<br>upstream     <a href="https://github.com/qgis/QGIS-Documentation.git">https://github.com/qgis/QGIS-Documentation.git</a> (push)</div><div><br></div><div>In the Netherlands next month, just ask us ;-)</div><div><br></div><div>What Alexandre said works too if you want to update your master on github.<br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le jeu. 13 févr. 2020 à 18:12, Alexandre Neto <<a href="mailto:senhor.neto@gmail.com">senhor.neto@gmail.com</a>> a écrit :<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="auto">I think you are in the right track.<div dir="auto"><br></div><div dir="auto">1. Click on Pull Requests</div><div dir="auto">2. Click new</div><div dir="auto">3. Click on compare between forks</div><div dir="auto">4. Use your fork (ljunek\master) as base and QGIS\master as Head</div><div dir="auto">5. Click create pull request</div><div dir="auto">6. Give it a name like update master a click create pull request.</div><div dir="auto">7. With the pull request created, in the bottom, select merge.</div><div dir="auto"><div dir="auto"><br></div><div dir="auto">That should be it.</div><div dir="auto"><br></div><div dir="auto">Alex</div><div dir="auto"><br></div><br><br><div class="gmail_quote" dir="auto"><div dir="ltr" class="gmail_attr">A quinta, 13/02/2020, 16:04, Larissa Junek <<a href="mailto:l.junek@gmx.net" target="_blank">l.junek@gmx.net</a>> escreveu:<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>
    <p><img alt="" width="1179" height="551"></p>
    <p>Hello folks,</p>
    <p>again I'm stuck into gitHub here. I just want to update my master
      with the latest commits. Some weeks ago I made a useless update in
      the QGIS Documentation master to update. Now here, I'm asked to
      make a pull request about stuff the others were contributing. <br>
    </p>
    <p>Can somebody tell me the steps how I can just update my master?</p>
    <p>@Alexandre sorry for this mistake, I should know how to update my
      master.</p>
    <p>Cheers, Larissa<br>
    </p>
  </div>

_______________________________________________<br>
Qgis-community-team mailing list for organizing community resources such as documentation, translation etc..<br>
<a href="mailto:Qgis-community-team@lists.osgeo.org" rel="noreferrer" target="_blank">Qgis-community-team@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/qgis-community-team" rel="noreferrer noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-community-team</a></blockquote></div></div></div>
_______________________________________________<br>
Qgis-community-team mailing list for organizing community resources such as documentation, translation etc..<br>
<a href="mailto:Qgis-community-team@lists.osgeo.org" target="_blank">Qgis-community-team@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/qgis-community-team" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-community-team</a></blockquote></div>