Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickderobertis/repo-splitter
A GUI, Python, and CLI tool to split a part of a git repo into another git repo, separating the history
https://github.com/nickderobertis/repo-splitter
Last synced: about 3 hours ago
JSON representation
A GUI, Python, and CLI tool to split a part of a git repo into another git repo, separating the history
- Host: GitHub
- URL: https://github.com/nickderobertis/repo-splitter
- Owner: nickderobertis
- License: mit
- Created: 2019-10-25T15:58:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:16:08.000Z (about 2 years ago)
- Last Synced: 2024-12-24T23:32:55.955Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 615 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# repo-splitter
## Overview
This is a Python and CLI tool for splitting repos. If you have a part of a repo which
you would now like to be a separate repo, and you would like to separate the history
of the two repos such that the new repo contains commits referencing its files and
any references to those files in the old repo have been removed, then this is
the tool for you.## Links
See the
[documentation here.](
https://nickderobertis.github.io/repo-splitter/
)