LinuxCommandLibrary

git-rscp

Reverse `git scp` - copy files from the working directory of a remote repository to the current working tree.

TLDR

Copy specific files from a remote

$ git rscp [remote_name] [path/to/file1 path/to/file2 ...]
copy


Copy a specific directory from a remote
$ git rscp [remote_name] [path/to/directory]
copy

Copied to clipboard