mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
git-revert: update Spanish translation (#13762)
git-revert: Update Spanish update
This commit is contained in:
parent
8bcd8e66da
commit
9b2d2cb447
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@
|
||||||
|
|
||||||
- Revierte múltiples confirmaciones:
|
- Revierte múltiples confirmaciones:
|
||||||
|
|
||||||
`git revert {{rama~5..rama~2}}`
|
`git revert {{nombre_rama~5..nombre_rama~2}}`
|
||||||
|
|
||||||
- Revierte confirmaciones sin crear nuevas confirmaciones:
|
- Revierte confirmaciones sin crear nuevas confirmaciones:
|
||||||
|
|
||||||
`git revert -n {{0c01a9..9a1743}}`
|
`git revert {{-n|--no-commit}} {{0c01a9..9a1743}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue