Find a specific string that matches a regex pattern and replace it with a URL using the original matching substring

前端 未结 0 1693
感情败类
感情败类 2020-12-19 03:30

I\'m trying to convert a Jira reference in a commit message into a URL. Here is what I have so far:

commitmsg=$(git log -1 --pretty=%B)
jref=$($lmsg | sed \'         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题