<div dir="ltr"><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I'm completely lost...</blockquote><div> </div>Dear Vero,<br><br>As others have suggested, you pulled changes from upstream into your local repo and you now need to push them to your personal fork (i.e. you need to push then to origin).</div><div><br></div><div>git is more powerful than subversion, but this power comes with increased complexity. You can't use git thinking it is subversion. In order to become effective you need to understand the new concepts. Learning about them is obviously not trivial but it is not that hard either. It just takes a little bit of reading and some practise. </div><div><br></div><div>In case you are interested, I have heard good words about this tutorial: <a href="https://learngitbranching.js.org/">https://learngitbranching.js.org/</a> <br>Do take note that it has two sections: main and remote. The first one will teach you about working with your local repo (rebasing etc) and the other about working with remotes. <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><pre>It there a way (magic flag?) to avoid this out-of-sync in the first place?
E.g., for the cronjobs I do not want to go there weekly and "git push"
stuff around.</pre></blockquote><div>Yes, but we need to know the contents of the cron scripts first.<br><br>all the best, <br>P.</div></div>