docs: remote names may not start or end with space

This commit is contained in:
albertony 2022-09-16 16:59:08 +02:00 committed by Nick Craig-Wood
parent 683178a1f4
commit f650a543ef
2 changed files with 2 additions and 1 deletions

View file

@ -340,6 +340,7 @@ Will get their own names
Remote names are case sensitive, and must adhere to the following rules:
- May only contain `0`-`9`, `A`-`Z`, `a`-`z`, `_`, `-`, `.` and space.
- May not start with `-` or space.
- May not end with space.
Quoting and the shell
---------------------