[help] how to copy link using line number that base on HEAD branch instead of local version?
iamqiz opened this issue · 0 comments
iamqiz commented
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!