LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

git-rscp

Copy files to a remote via rsync

TLDR

Copy files via rsync
$ git rscp [remote] [files]
copy

SYNOPSIS

git rscp remote files...

DESCRIPTION

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.

SEE ALSO

git-scp(1), rsync(1), git-extras(1)

Copied to clipboard
Kai