Created
May 22, 2018 01:28
-
-
Save horaciod/1f277c70976dff124fa11255bb721df8 to your computer and use it in GitHub Desktop.
sacar un log de los ultimos cambios en un repo GIT
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git log --pretty='format: %an el %ai %n modificó : >>%s<<%n' -10>/tmp/cambios.txt | |
xed /tmp/cambios.txt | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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)<<