Documentation: mutually link update-ref and symbolic-ref

These two commands are similar enough to acknowledge each other on their
documentation pages.

See the previous commit where we discussed that option-less update-ref
does not support updating symbolic refs but symbolic-ref does.

Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
maint
Kristoffer Haugsbakk 2024-10-21 22:47:29 +02:00 committed by Taylor Blau
parent 74522b6b12
commit 18b0b6c690
2 changed files with 8 additions and 0 deletions

View File

@ -73,6 +73,10 @@ default.
symbolic ref were printed correctly, with status 1 if the requested
name is not a symbolic ref, or 128 if another error occurs.

SEE ALSO
--------
linkgit:git-update-ref[1]

GIT
---
Part of the linkgit:git[1] suite

View File

@ -190,6 +190,10 @@ otherwise it will just try to read them and update them as a regular
file (i.e. it will allow the filesystem to follow them, but will
overwrite such a symlink to somewhere else with a regular filename).

SEE ALSO
--------
linkgit:git-symbolic-ref[1]

GIT
---
Part of the linkgit:git[1] suite