git-brws assumes default remote name is "origin". However, Git 2.30 introduced new configuration clone.defaultRemoteName for specifying default remote name. git-brws should respect the configuration.
Ref: https://github.blog/2021-03-15-highlights-from-git-2-31/
git-brws assumes default remote name is "origin". However, Git 2.30 introduced new configuration
clone.defaultRemoteNamefor specifying default remote name. git-brws should respect the configuration.Ref: https://github.blog/2021-03-15-highlights-from-git-2-31/