Skip to content

kastelo-labs/git-mirror

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-mirror

Mirror a specific repository from one remote to another.

Usage: git-mirror --src=STRING --dst=STRING

Flags:
  -h, --help                Show context-sensitive help.
  -s, --src=STRING          Source repo URL ($SRC_URL)
  -d, --dst=STRING          Destination repo URL ($DST_URL)
  -t, --src-token=STRING    Source repo token/password ($SRC_TOKEN)
  -e, --dst-token=STRING    Destination repo token/password ($DST_TOKEN)
  -u, --src-user=STRING     Source repo user ($SRC_USER)
  -v, --dst-user=STRING     Destination repo user ($DST_USER)
      --verbose             Enable verbose output ($VERBOSE)

About

Simple Git remote-to-remote mirroring script

Resources

Stars

Watchers

Forks

Releases

No releases published