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
Could it assume current branch and current default if not supplied? I made an alias on my local machine but maybe i didn't understand what your intention was here.
you need to install the gh-browse-compare extension
Could it assume current branch and current default if not supplied? I made an alias on my local machine but maybe i didn't understand what your intention was here.
you need to install the gh-browse-compare extension
compare() {
echo gh compare "$(git config --get init.defaultBranch)" to "$(git branch --show-current)"
gh compare "$(git config --get init.defaultBranch)".."$(git branch --show-current)"
}
The text was updated successfully, but these errors were encountered: