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
Fuselage does a git ls-remote to see all remote branches and their current state. But it does a regex with a trailing newline. So it can't match the last line.
The text was updated successfully, but these errors were encountered:
Fuselage does a
git ls-remote
to see all remote branches and their current state. But it does a regex with a trailing newline. So it can't match the last line.The text was updated successfully, but these errors were encountered: