pages*: simplify page description (#12149)

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Vitor Henrique
2024-02-14 17:25:13 -03:00
committed by GitHub
parent 22e8eb3722
commit c8f956319f
204 changed files with 221 additions and 223 deletions

View File

@@ -1,9 +1,9 @@
# git check-ref-format
> Check if a given refname is acceptable, and exit with a non-zero status if it is not.
> Check if a reference name is acceptable, and exit with a non-zero status if it is not.
> More information: <https://git-scm.com/docs/git-check-ref-format>.
- Check the format of the specified refname:
- Check the format of the specified reference name:
`git check-ref-format {{refs/head/refname}}`