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
Right now browse uses the remote name to build the GitHub link. It defaults to "origin" which is the typical, default name. browse also has remote name as a parameter and allows users to set a global default.
However, would it be better to use the current branch upstream? This would be consistent with git's interpretation of a "default" remote.
Right now
browse
uses the remote name to build the GitHub link. It defaults to"origin"
which is the typical, default name.browse
also has remote name as a parameter and allows users to set a global default.However, would it be better to use the current branch upstream? This would be consistent with
git
's interpretation of a "default" remote.Key details:
The text was updated successfully, but these errors were encountered: