rmuslimov / browse-at-remote

Browse target page on github/bitbucket from emacs buffers
232 stars 53 forks source link

Use the local branch name instead of asking #71

Closed sdwolfz closed 3 years ago

sdwolfz commented 4 years ago

The code already selects the first remote available so asking about the branch name is a bit pointless, it's most likely going to have the same name as the local one.

A better ask would be providing a select list of all the remote branches (remote name + branch name) but this is an entirely different feature.