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:
parent
170add28f2
commit
30bd36209d
1 changed files with 12 additions and 0 deletions
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…
Add table
Reference in a new issue