JRHutson / Food-Resource-Map

Map of Food Pantries supported by the LA Regional Food Bank
http://jrhutson.github.io/Food-Resource-Map/
3 stars 4 forks source link

Merging gh-pages to master. #40

Closed JRHutson closed 8 years ago

jgravois commented 8 years ago

just an fyi, you might consider ditching your master branch entirely and just have gh-pages be the default branch.

you can also skip submitting pull requests and just keep the two in sync by merging locally

git checkout gh-pages
git merge master
git push origin gh-pages
JRHutson commented 8 years ago

I've been pushing some things to gh-pages to test on my phone before merging to master. I'll give the local merge a try. After numerous issues, I had abandoned the Command Line for the desktop app.