Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 634 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 634 Bytes

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)