← 返回命令列表

Linux command

git-rscp 命令

文件

复制后可按需替换文件名、目录或参数。

常用示例

Copy files via rsync

git rscp [remote] [files]

说明

git rscp copies files to a Git remote using rsync over SSH. Part of git-extras, it uses the remote's SSH configuration from Git to determine the destination.

FAQ

What is the git-rscp command used for?

git rscp copies files to a Git remote using rsync over SSH. Part of git-extras, it uses the remote's SSH configuration from Git to determine the destination.

How do I run a basic git-rscp example?

Run `git rscp [remote] [files]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.