ben-gibson/GitLink

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

iamqiz opened this issue · 0 comments

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!