Git commands for security assessments
Find out the history of a specific piece of code
# Blame for specific lines
git blame -L start,end /path/to/file
git blame -L 21,42 config.yml
Find out the history of a specific piece of code
# Blame for specific lines
git blame -L start,end /path/to/file
git blame -L 21,42 config.yml