From f1bcd873a6a086616aef00d180e9f2b4a8ad3027 Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Mon, 16 Oct 2023 09:21:07 +0200 Subject: [PATCH] git-rscp: add page (#10996) --- pages/common/git-rscp.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pages/common/git-rscp.md diff --git a/pages/common/git-rscp.md b/pages/common/git-rscp.md new file mode 100644 index 0000000000000..92ad56f0afc04 --- /dev/null +++ b/pages/common/git-rscp.md @@ -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: . + +- View documentation for the original command: + +`tldr git scp`