git-rscp
Copy files to a remote via rsync
TLDR
Copy files via rsync
$ git rscp [remote] [files]
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)
