You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default branch is currently assumed to be main. I am aware of the flags to override the branches, but it would also be helpful if the tool automatically could detect the default branch.
The default branch is currently assumed to be
main
. I am aware of the flags to override the branches, but it would also be helpful if the tool automatically could detect the default branch.See eg https://stackoverflow.com/questions/28666357/how-to-get-default-git-branch
I.e. using the result from
git symbolic-ref --short refs/remotes/origin/HEAD
The text was updated successfully, but these errors were encountered: