mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-03 19:04:40 +01:00
6 lines
204 B
Text
6 lines
204 B
Text
|
You can point refs to a new location using the same command you use to create them:
|
||
|
|
||
|
git update-ref refs/<refname> <object>
|
||
|
|
||
|
As an exercise, make all refs in this repository point to the tree object!
|