Notify the helper this is a clone request (i.e. the current
repository is guaranteed empty).
- 'option update-shallow {'true'|'false'}::
+ 'option update-shallow' {'true'|'false'}::
Allow to extend .git/shallow if the new refs require it.
- 'option pushcert {'true'|'false'}::
+ 'option pushcert' {'true'|'false'}::
GPG sign pushes.
+'option push-option <string>::
+ Transmit <string> as a push option. As the a push option
+ must not contain LF or NUL characters, the string is not encoded.
+
SEE ALSO
--------
linkgit:git-remote[1]