-
git command to find when a line mentioning “string” was removed from a file on main
Additions and updates to a line are easy, because you can just git blame on the file in question and find who and/or what is responsible for the latest change. However, it’s hard to git blame a line that was removed, right? git log -S<string> Look for differences that change the number of occurrences of…
-
How I want my software to be updated
-
MediaWiki on xampp