mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-06-20 17:03:09 +02:00
changes to make the game in spanish
This commit is contained in:
parent
9da0bd1fbd
commit
7c24e9b68e
101 changed files with 2073 additions and 2074 deletions
levels/low-level
|
@ -1,21 +1,21 @@
|
|||
[description]
|
||||
[descripci鏮]
|
||||
|
||||
Instead of pointing directly to objects, refs can also point to other refs!
|
||||
‧n lugar de apuntar directamente a objetos, las referencias tambi幯 pueden apuntar a otras referencias!
|
||||
|
||||
When that happens, they are called "symbolic refs". You can create or update a symbolic ref using
|
||||
Cuando eso sucede, se les llama "referencias simb鏊icas". Puede crear o actualizar una referencia simb鏊ica usando
|
||||
|
||||
git symbolic-ref <name> <ref>
|
||||
git simb鏊ico-ref <nombre> <ref>
|
||||
|
||||
Create a symbolic ref called "refs/rainbow"!
|
||||
。rea una referencia simb鏊ica llamada "refs/rainbow"!
|
||||
|
||||
[setup]
|
||||
[configuraci鏮]
|
||||
|
||||
[setup goal]
|
||||
[objetivo de configuraci鏮]
|
||||
|
||||
BLOB=$(git hash-object -w --stdin)
|
||||
git update-ref refs/double "$BLOB"
|
||||
git symbolic-ref refs/rainbow refs/double
|
||||
git update-ref refs/doble "$BLOB"
|
||||
git simb鏊ico-ref refs/arco甏is refs/doble
|
||||
|
||||
[win]
|
||||
[ganar]
|
||||
|
||||
git symbolic-ref refs/rainbow
|
||||
git simb鏊ico-ref refs/arco iris
|
Loading…
Add table
Add a link
Reference in a new issue