AtlasOfLivingAustralia / travis-build-configuration

travis-ci.org build configuration files shared/re-used among ALA projects
5 stars 8 forks source link

rename ala-install branches #13

Closed mbohun closed 9 years ago

mbohun commented 9 years ago

as per @djtfmartin request rename https://github.com/AtlasOfLivingAustralia/ala-install branches as follows:

old name new name
master master-old
biocache_1_3 master
mbohun commented 9 years ago

implemented.

NOTE: The “trick”/“catch” is that with github you have to use github repo settings and create/change the Default branch (second config option from the top bellow the repository name), because github won’t allow you to delete or rename a remote branch (for example master) while it is set/configured to be the Default branch. so the trick is to:

  1. set some other branch to Default branch (if you do not have one, create one, you need a placeholder)
  2. do your renames/deletions, etc.
  3. when you are done, go again to the github settings for the repo, and set (one of your renamed branches) to be the Default branch