1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

🌐 git-blame: add Spanish translation

This commit is contained in:
ivanhercaz 2020-01-03 00:20:01 +00:00 committed by Iván Hernández Cazorla
parent 170add28f2
commit 30bd36209d

View file

@ -0,0 +1,12 @@
# git blame
> Muestra el hash del commit y el último autor de cada línea de un archivo.
> Más información: <https://git-scm.com/docs/git-blame>.
- Muestra el archivo con el nombre del autor y el hash del commit en cada línea:
`git blame {{archivo}}`
- Muestra el archivo con correo electrónico del autor y hash del commit en cada línea:
`git blame -e {{archivo}}`