I'm trying to figure out how to change the default git branch from the command line (I know how to do this via the web page, but don't want to automate it using selenium).
The reason I want to do this is because i can't close issues unless the commit is on the default branch.
Any ideas?