oh-my-git/levels/internals/symref-create/description

8 lines
256 B
Plaintext
Raw Normal View History

2020-09-13 21:55:51 +02:00
Instead of pointing directly to objects, refs can also point to other refs!
When that happens, they are called "symbolic refs". You can create or update a symbolic ref using
git symbolic-ref <name> <ref>
2020-09-15 22:35:14 +02:00
Create a symbolic ref called "refs/rainbow"!