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
I am working with dozens of repos and each has a different default brach. Common default branches:
develop
main
master
Git link frequently bails figuring out the correct default branch and remote platform (self hosted gitlab).
Proposed solution inspiration:
add default fallback platform
allow default branch and platform selection per repo and remember that setting per repository
make the default branch a list of branch names e.g. main, master, develop and automatically figure out which actually exists, instead of having to pick just one for all repos
The text was updated successfully, but these errors were encountered:
I am working with dozens of repos and each has a different default brach. Common default branches:
Git link frequently bails figuring out the correct default branch and remote platform (self hosted gitlab).
Proposed solution inspiration:
The text was updated successfully, but these errors were encountered: