multiple pages: Use snake_case in token syntax (#4788)

This commit is contained in:
Guido Lena Cota
2020-11-01 14:40:05 +01:00
committed by GitHub
parent 2a9b42076e
commit 0bb9c353a7
19 changed files with 34 additions and 34 deletions

View File

@@ -4,7 +4,7 @@
> If no name or URL are given, then the configured upstream branch will be used, or remote origin if the former is not configured.
> More information: <https://git-scm.com/docs/git-ls-remote.html>.
- Show all references in the default remote repositoiory:
- Show all references in the default remote repository:
`git ls-remote`
@@ -16,10 +16,10 @@
`git ls-remote --tags`
- Show all references from a remote repositiory based on name or url:
- Show all references from a remote repository based on name or url:
`git ls-remote {{repositiory-url}}`
`git ls-remote {{repository_url}}`
- Show references from a remote repositiory filtered by a pattern:
- Show references from a remote repository filtered by a pattern:
`git ls-remote {{repositiory-name}} "{{pattern}}"`
`git ls-remote {{repository_name}} "{{pattern}}"`