diff options
Diffstat (limited to 'Documentation/git-push-script.txt')
-rw-r--r-- | Documentation/git-push-script.txt | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/Documentation/git-push-script.txt b/Documentation/git-push-script.txt new file mode 100644 index 0000000000..3c1208d5a2 --- /dev/null +++ b/Documentation/git-push-script.txt @@ -0,0 +1,38 @@ +git-push-script(1) +================== + +NAME +---- +git-push-script - Some git command not yet documented. + + +SYNOPSIS +-------- +'git-push-script' [ --option ] <args>... + +DESCRIPTION +----------- +Does something not yet documented. + + +OPTIONS +------- +--option:: + Some option not yet documented. + +<args>...:: + Some argument not yet documented. + + +Author +------ +Written by Junio C Hamano <junkio@cox.net> + +Documentation +-------------- +Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. + +GIT +--- +Part of the link:git.html[git] suite + |