Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/
)