GIT Search
Kevin Beck
—November 13, 2019
Ever wanted to know when a function or feature was added to a GIT repository (without searching BitBucket or GitHub)? Well you can search directly from terminal.
$ git log -S some_function_name --oneline
Ever wanted to know when a function or feature was added to a GIT repository (without searching BitBucket or GitHub)? Well you can search directly from terminal.
$ git log -S some_function_name --oneline