Skip to content

Instantly share code, notes, and snippets.

@horaciod
Created May 22, 2018 01:28
Show Gist options
  • Save horaciod/1f277c70976dff124fa11255bb721df8 to your computer and use it in GitHub Desktop.
Save horaciod/1f277c70976dff124fa11255bb721df8 to your computer and use it in GitHub Desktop.
sacar un log de los ultimos cambios en un repo GIT
git log --pretty='format: %an el %ai %n modificó : >>%s<<%n' -10>/tmp/cambios.txt
xed /tmp/cambios.txt
@horaciod
Copy link
Author

se obtiene algo así

Horacio Degiorgi el 2018-05-21 18:43:34 -0300
modificó : >>agregado el idlector al listado para poder ordenar por los últimos ingresados (Norma)<<

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment