1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 19:15:27 +02:00

git-rscp: add page (#10996)

This commit is contained in:
Sebastiaan Speck 2023-10-16 09:21:07 +02:00 committed by GitHub
parent fd24c5b49a
commit f1bcd873a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

9
pages/common/git-rscp.md Normal file
View file

@ -0,0 +1,9 @@
# git rscp
> This command is an alias of `git scp`, to copy files from the current working tree to the working directory of a remote repository.
> Part of `git-extras`.
> More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-scp>.
- View documentation for the original command:
`tldr git scp`