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 code should be able to handle local repositories just fine. However it is still written with mostly remote repositories in mind, which can show through (e.g. in the list command, which lists only remote branches).
We should make a conscious effort to not assume remote repositories by default.
Hint: the repository might not even have an upstream
The text was updated successfully, but these errors were encountered:
The code should be able to handle local repositories just fine. However it is still written with mostly remote repositories in mind, which can show through (e.g. in the list command, which lists only remote branches).
We should make a conscious effort to not assume remote repositories by default.
Hint: the repository might not even have an upstream
The text was updated successfully, but these errors were encountered: