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
First, thank for your work! This utility command is really useful and is exactly what I was thinking about
I want to suggest to open the master branch if the current branch doesn't have a connected remote branch.
For example:
I am doing some stuff on the BRANCH1 branch which doesn't have remote upstream. So if I type git open, master branch will open instead of 404 error in the browser (because the current branch doesn't exist in the remote repo)
The text was updated successfully, but these errors were encountered:
Hello
First, thank for your work! This utility command is really useful and is exactly what I was thinking about
I want to suggest to open the
master
branch if the current branch doesn't have a connected remote branch.For example:
I am doing some stuff on the
BRANCH1
branch which doesn't have remote upstream. So if I typegit open
,master
branch will open instead of 404 error in the browser (because the current branch doesn't exist in the remote repo)The text was updated successfully, but these errors were encountered: