https://github.com/remino/git-dup
Copy a local git repository from one location to another
https://github.com/remino/git-dup
git git-dup
Last synced: 4 days ago
JSON representation
Copy a local git repository from one location to another
- Host: GitHub
- URL: https://github.com/remino/git-dup
- Owner: remino
- License: isc
- Created: 2023-10-19T09:48:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-21T01:17:28.000Z (over 2 years ago)
- Last Synced: 2025-08-18T05:35:22.549Z (11 months ago)
- Topics: git, git-dup
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
git-dup
===
```
git-dup 1.1.0
USAGE: git-dup [] []
Copy a local git repository from one location to another.
If is not specified, the repository will be copied to the current
working directory.
OPTIONS:
-h Show this help screen.
-i Reinitalize the copied repository.
-v Show script name and version number.
```