4 ms·
If you're interested in who added, modified or deleted a line you could also use the git pickaxe. > git log -S"Hello World" shows you all commits that either
by remirk 5y ago
If you're interested in who added, modified or deleted a line you could also use the git pickaxe.
> git log -S"Hello World"
shows you all commits that either introduced, or deleted 'Hello World'.