Knowledge Base

¿Qué es esto?

git: Buscar un texto en todos los cambios hechos en un fichero concreto

15/12/2015 - 17/12/2018 -  Comentarios - git Ficheros

git log -S 'wp_custom_forgot_password' -- /path/to/file

Donde wp_custom_forgot_password es el string a buscar