mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-19 21:01:20 +02:00
21 lines
No EOL
531 B
Text
21 lines
No EOL
531 B
Text
[descripci鏮]
|
|
|
|
‧n lugar de apuntar directamente a objetos, las referencias tambi幯 pueden apuntar a otras referencias!
|
|
|
|
Cuando eso sucede, se les llama "referencias simb鏊icas". Puede crear o actualizar una referencia simb鏊ica usando
|
|
|
|
git simb鏊ico-ref <nombre> <ref>
|
|
|
|
。rea una referencia simb鏊ica llamada "refs/rainbow"!
|
|
|
|
[configuraci鏮]
|
|
|
|
[objetivo de configuraci鏮]
|
|
|
|
BLOB=$(git hash-object -w --stdin)
|
|
git update-ref refs/doble "$BLOB"
|
|
git simb鏊ico-ref refs/arco甏is refs/doble
|
|
|
|
[ganar]
|
|
|
|
git simb鏊ico-ref refs/arco iris |