mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
path argument can not be optional in rscp; add more docs
This commit is contained in:
parent
158266684d
commit
42fa7ceaac
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
`git scp` \-h|help|?
|
||||
`git scp` <remote> [<commits>\.\.\.|<path>\.\.\.]
|
||||
`git rscp` <remote> [<path>]
|
||||
`git rscp` <remote> <path>
|
||||
.
|
||||
.fi
|
||||
.
|
||||
|
|
@ -23,7 +23,7 @@ A convenient way to copy files from the current working tree to the working dire
|
|||
Internally this script uses \fBrsync\fR and not \fBscp\fR as the name suggests\.
|
||||
.
|
||||
.P
|
||||
\fBgit\-rscp\fR \- Copies specific files from the working directory of a remote repository to the current working directory\.
|
||||
\fBgit\-rscp\fR \- The reverse of \fBgit\-scp\fR\. Copies specific files from the working directory of a remote repository to the current working directory\.
|
||||
.
|
||||
.SH "OPTIONS"
|
||||
<remote>
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@
|
|||
|
||||
<pre><code>`git scp` -h|help|?
|
||||
`git scp` <remote> [<commits>...|<path>...]
|
||||
`git rscp` <remote> [<path>]
|
||||
`git rscp` <remote> <path>
|
||||
</code></pre>
|
||||
|
||||
<h2 id="DESCRIPTION">DESCRIPTION</h2>
|
||||
|
|
@ -88,7 +88,7 @@
|
|||
|
||||
<p>Internally this script uses <code>rsync</code> and not <code>scp</code> as the name suggests.</p>
|
||||
|
||||
<p><code>git-rscp</code> - Copies specific files from the working directory of a remote repository to the current working directory.</p>
|
||||
<p><code>git-rscp</code> - The reverse of <code>git-scp</code>. Copies specific files from the working directory of a remote repository to the current working directory.</p>
|
||||
|
||||
<h2 id="OPTIONS">OPTIONS</h2>
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ git-scp(1) -- Copy files to SSH compatible `git-remote`
|
|||
|
||||
`git scp` -h|help|?
|
||||
`git scp` <remote> [<commits>...|<path>...]
|
||||
`git rscp` <remote> [<path>]
|
||||
`git rscp` <remote> <path>
|
||||
|
||||
## DESCRIPTION
|
||||
|
||||
|
|
@ -13,7 +13,7 @@ A convenient way to copy files from the current working tree to the working dire
|
|||
|
||||
Internally this script uses `rsync` and not `scp` as the name suggests.
|
||||
|
||||
`git-rscp` - Copies specific files from the working directory of a remote repository to the current working directory.
|
||||
`git-rscp` - The reverse of `git-scp`. Copies specific files from the working directory of a remote repository to the current working directory.
|
||||
|
||||
## OPTIONS
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue