Esri / geodev-hackerlabs

A place to learn how to build geo apps with the ArcGIS Platform.
Apache License 2.0
164 stars 79 forks source link

use 'master' as default branch instead of 'gh-pages' #214

Closed jgravois closed 7 years ago

jgravois commented 7 years ago

GitHub has supported hosting static pages from the master branch for quite some time. lets make this repo more beginner friendly and take advantage of it.

i've already pushed a master branch up that is in sync with gh-pages and contains a lone commit that updates two relevant links. someone with admin access to this repo just needs to:

  1. make master the default branch in the repo settings
  2. ensure that we are using master to host our static pages (also in settings)
  3. delete the gh-pages branch
jgravois commented 7 years ago

rebased content from #215

@alaframboise, can you tackle this one when you have a couple minutes please?

alaframboise commented 7 years ago

@jgravois will do

alaframboise commented 7 years ago

Updated. Please verify and then I'll delete gh-pages.

jgravois commented 7 years ago

all done. thanks for humoring me.