Cannot change GIT Branch on existing project

There seems to be no option, anywhere.

Additional question: Are clones shallow? I’d hate to think history is pushing repos to the size limit for no good reason.

Sure that should be possible for git repros:

  • settings tab → edit source control
  • after hitting next it asks for branch again (as long as there is more than one branch on the repo)

The history is not used to keep the repository size as small as possible.

(as long as there is more than one branch on the repo)

That seems to be the problem. Thanks.

1 Like