ben-gibson / GitLink

A Jetbrains plugin that opens a local file under Git version control in its remote host using the default browser.
https://plugins.jetbrains.com/plugin/8183-gitlink
MIT License
671 stars 58 forks source link

[help] how to copy link using line number that base on HEAD branch instead of local version? #288

Open iamqiz opened 1 year ago

iamqiz commented 1 year ago

for example HEAD file:

aaa
ccc

local file:

aaa
bbb
ccc

in local file , I want a link to ccc with line 2 (base on HEAD file ) instead of line 3, how to do that? thanks!