<div dir="ltr">Hi Vinayan,<br><div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Feb 21, 2013 at 11:13 PM, vinayan <span dir="ltr"><<a href="mailto:vinayan123@gmail.com" target="_blank">vinayan123@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I also believe a nice workflow should be in the qgis website somewhere.<br>
<br>
We have a brief one here at<br>
<a href="http://hub.qgis.org/wiki/17/GIT_Workflow" target="_blank">http://hub.qgis.org/wiki/17/GIT_Workflow</a><br>
<br>
Probably someone could update the above page and link it to the developer<br>
help pages..<br>
<br>
Below mentioned link mentions my workflow..what i observed with this is that<br>
I no longer need to do a force push..<br>
<a href="http://opengisdev.wordpress.com/2013/02/22/branch-based-workflow-for-qgis/" target="_blank">http://opengisdev.wordpress.com/2013/02/22/branch-based-workflow-for-qgis/</a><br></blockquote><div><br></div><div>On the page you referenced above, step #13 will probably return something like the following:<br>
</div><div><br>$ git push origin branch-test<br> To git@github.com:dakcarto/Quantum-GIS.git<br>  ! [rejected]        branch-test -> branch-test (non-fast-forward)<br> error: failed to push some refs to 'git@github.com:dakcarto/Quantum-GIS.git'<br>
 hint: Updates were rejected because the tip of your current branch is behind<br> hint: its remote counterpart. Merge the remote changes (e.g. 'git pull')<br> hint: before pushing again.<br> hint: See the 'Note about fast-forwards' in 'git push --help' for details.<br>
<br></div><div>Regardless of whether the feature branch is part of a pull request, if you locally rebased it (from master in this case) and have already pushed it to your github fork, I believe you will always then have to do a force push.<br>
</div><div><br></div><div>Regards,<br><br></div><div>Larry<br><br></div><div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
--<br>
View this message in context: <a href="http://osgeo-org.1560.n6.nabble.com/contributing-diffs-tp5035623p5036043.html" target="_blank">http://osgeo-org.1560.n6.nabble.com/contributing-diffs-tp5035623p5036043.html</a><br>
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Qgis-developer mailing list<br>
<a href="mailto:Qgis-developer@lists.osgeo.org">Qgis-developer@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
</blockquote></div><br></div></div></div>