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
Hi,
I'm not able to M-x browse-at-remote/browse successfully on github enterprise branch other than master.
First I ran git config --add browseAtRemote.type "github"
Then I pushed my branch to github enterprise.
Then when I edit a file and try M-x browse-at-remote/browse, I'm shown a prompt that says Select remote branch:
I expected browse-at-remote to automatically know the current branch name
When I enter my branch name at the Select remote branch: prompt, it opens my browser to a different, unrelated repository on github enterprise, and always on the master branch
Let me know if I can provide additional information.
Thanks
git version 2.8.3
GNU Emacs 24.5.1
OSX 10.10.5
The text was updated successfully, but these errors were encountered:
Hi,
I'm not able to
M-x browse-at-remote/browse
successfully on github enterprise branch other thanmaster
.First I ran
git config --add browseAtRemote.type "github"
Then I pushed my branch to github enterprise.
Then when I edit a file and try
M-x browse-at-remote/browse
, I'm shown a prompt that saysSelect remote branch:
Select remote branch:
prompt, it opens my browser to a different, unrelated repository on github enterprise, and always on themaster
branchLet me know if I can provide additional information.
Thanks
The text was updated successfully, but these errors were encountered: