29 Oct
2015
29 Oct
'15
12:23 p.m.
I've just changed my Jinks to build dev branches. However, this now means we have no Jenkins build that we can use as a distribution source when we do a release. We will need to add another job, I think. Cheers, Martin On 2015-10-29 10:33 AM, Hugh Cayless wrote:
To switch to work on the dev branch, you should be able to just:
git fetch git checkout dev
Future pushes should be to dev, so
git push origin dev
You need to do this in both the TEI and Stylesheets repos.
Thanks all, Hugh