When you use a repository as a template, does it pull all branches or just the master?
Before starting to use Classroom this year I was already using git to keep assignments. What I typically would do is create a student version in the master and then create a solution branch with a working solution. That way they were easy to keep together. I’d zip up the master branch, out of source control, and give that to students as a starter.
But now that I’m using Classroom and having the students create a repo from a template, I’m thinking it would be perfect if when they copied the template only the master came with it or, even better, there was a way to specify what branch they got.