LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

git-scp

Copy files to a remote Git repository via scp

TLDR

Copy a single file to a remote
$ git scp [remote] [path/to/file]
copy
Copy multiple files to a remote
$ git scp [remote] [file1] [file2]
copy
Copy a file to a specific branch on remote
$ git scp [remote] [path/to/file] --branch [branch_name]
copy

SYNOPSIS

git scp remote files...

DESCRIPTION

git scp copies files to a Git remote using scp. Part of git-extras, it uses the remote's URL from your Git configuration to determine the host and path, then transfers files via scp. To copy files from a remote, use git rscp instead.

INSTALL

sudo apt install git
copy
sudo dnf install git
copy
sudo pacman -S git
copy
sudo apk add git
copy
sudo zypper install git
copy
brew install git
copy
nix profile install nixpkgs#git
copy

SEE ALSO

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

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid