Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BF: Builder failing to sync new git projects
The switch to use check_output meant that when there was no existing git repo in the folder the call `git branch --show-current` returns non-zero but with check_output that causes an error to be raised. We don't want that - we want to know it happened and move on.
- Loading branch information