<div dir="ltr">assuming that you have commited something to your origin (your fork on github)<div style>you should first clean your local repo with upstream - to be in sync with upstream</div><div style><br></div><div style>
git reset --hard upstream/master</div><div style><br></div><div style>and then force your local to your origin..</div><div style><br></div><div style>git push origin +master</div><div style><br></div><div style>the bad thing is that you will loose all local changes .. but you did only ask for cleaning not for saving your data ;)</div>
<div style><br></div><div style>and i found this solution also on stackexchange </div><div style><a href="http://stackoverflow.com/questions/8134960/git-how-to-revert-master-branch-to-upstream">http://stackoverflow.com/questions/8134960/git-how-to-revert-master-branch-to-upstream</a><br>
</div><div style><br></div><div style>kind regards</div><div style>Werner</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, May 2, 2013 at 10:34 AM, MORREALE Jean Roc <span dir="ltr"><<a href="mailto:jr.morreale@enoreth.net" target="_blank">jr.morreale@enoreth.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
Could a git expert tell me how to clean my repo ?<br>
<br>
The situation : my fork origin/master is synced with upstream/master but if I do a pull request, some old commits are taken into account even if they aren't relevant.<br>
<br>
The desired solution : wipe all my local history and get a "pure" copy of upstream as if I just forked, without deleting my actual github fork.<br>
<br>
Regards,<br>
<br>
Jean-Roc<br>
______________________________<u></u>_________________<br>
Qgis-developer mailing list<br>
<a href="mailto:Qgis-developer@lists.osgeo.org" target="_blank">Qgis-developer@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" target="_blank">http://lists.osgeo.org/<u></u>mailman/listinfo/qgis-<u></u>developer</a><br>
</blockquote></div><br></div>