<div dir="ltr">Keep in mind you can have as many pull requests as branches (that is, as many as you want).  Seems like there might be some confusion here about the relationship between forks and pull requests (the relationship is between branches and pull requests).<div>
<br></div><div>That aside, naming the same files .geojson makes sense to me.</div><div><br></div><div style>So just add a `git checkout -b renaming-for-github-awesomeness master` to your steps above and you can create a fresh pull request.</div>
<div style><br></div><div style>Tim</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jun 14, 2013 at 6:10 AM, Stefan Drees <span dir="ltr"><<a href="mailto:stefan@drees.name" target="_blank">stefan@drees.name</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 2013-06-13 19:40 CEST, Sean Gillies wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
High fives, everyone:<br>
<br>
<a href="https://github.com/blog/1528-there-s-a-map-for-that" target="_blank">https://github.com/blog/1528-<u></u>there-s-a-map-for-that</a><br>
<a href="https://help.github.com/articles/mapping-geojson-files-on-github" target="_blank">https://help.github.com/<u></u>articles/mapping-geojson-<u></u>files-on-github</a><br>
</blockquote>
<br></div>
very nice and thanks a lot for spotting and spreading "this".<br>
<br>
That reminds me of the single file copies per GeoJSON example I generated and placed inside .js extension files. (I already renamed these in my forked repo to .geojson but as a pull request on master is already pending .... )<br>

<br>
Would we all like to - for the beauty of it all - do something like:<br>
<br>
$ cd $repo_root<br>
$ cd js<br>
$ rename -s .js .geojson *.js<br>
$ git add *.geojson<br>
$ git rm *.js<br>
$ echo 'The extension has been changed from .js to .geojson as a) these are GeoJSON samples<br>
and b) to test the new github feature automatically rendering a nice display in the users browser<br>
for files ending in .geojson.' >> README.txt<br>
$ git add README.txt<br>
$ git commit -m "renamed the single copies per GeoJSON example in the document to trigger the new GeoJSON display rendering on github"<br>
<br>
What do the others think :-?)<br>
<br>
All the best,<br>
Stefan.<br>
______________________________<u></u>_________________<br>
GeoJSON mailing list<br>
<a href="mailto:GeoJSON@lists.geojson.org" target="_blank">GeoJSON@lists.geojson.org</a><br>
<a href="http://lists.geojson.org/listinfo.cgi/geojson-geojson.org" target="_blank">http://lists.geojson.org/<u></u>listinfo.cgi/geojson-geojson.<u></u>org</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Tim Schaub<br>OpenGeo <a href="http://opengeo.org/" target="_blank">http://opengeo.org/</a><br>Expert service straight from the developers.<br>
</div>