mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
🌐 git-blame: add Spanish translation
This commit is contained in:
parent
170add28f2
commit
30bd36209d
12
pages.es/common/git-blame.md
Normal file
12
pages.es/common/git-blame.md
Normal 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}}`
|
Loading…
Reference in New Issue
Block a user