branch: implement `git_branch_is_checked_out`
Implement a new function that is able to determine if a branch is checked out in any repository connected to the current repository. In particular, this is required to check if for a given repository and branch, there exists any working tree connected to that repository that is referencing this branch.
Showing
Please
register
or
sign in
to comment