Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

tsangwpx/git-rsync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-rsync

This utility help managing repo files between hosts with rsync.

  • Save time typing commands
  • Use powerful pathspec expression instead of --include/--exclude

Install / Uninstall

In the project root, run pip3 install . or pip3 uninstall gitrsync

Usage

Add / Remove a remote host

git rsync add examplehost example.com:myproject
git rsync remove examplehost

List remote hosts

git rsync list

Download / Upload files

git rsync upload examplehost README.md
git rsync download examplehost -- *.py

Advanced

See git rsync --help

Releases

No releases published

Packages

 
 
 

Languages