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 found this randomly when looking for possible causes of #62 .
In your code to display a little info about repos, you explicitly call "git remote show origin". This will fail if the default remote is not called "origin". In such case, it just shows "origin" string.
How to reproduce: Update your .git/config to something like
I found this randomly when looking for possible causes of #62 .
In your code to display a little info about repos, you explicitly call "git remote show origin". This will fail if the default remote is not called "origin". In such case, it just shows "origin" string.
How to reproduce: Update your .git/config to something like
Perhaps, it's a marginal issue but anyway...
Cheers,
Jan
The text was updated successfully, but these errors were encountered: