I want to build nice insights graph depicting how the lines count in a file changed over time.
Count number of lines of code over time in sourcegraph?
537 views Asked by Stranger95 At
1
I want to build nice insights graph depicting how the lines count in a file changed over time.
This can be accomplished using the following query:
file:^path/to/file.ext$ \n \n patterntype:regexp
Shoutout to the Code Insights team for their help on this.