Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible to pick individual files? #19

Closed
lkraav opened this issue Aug 20, 2016 · 2 comments
Closed

Possible to pick individual files? #19

lkraav opened this issue Aug 20, 2016 · 2 comments

Comments

@lkraav
Copy link

lkraav commented Aug 20, 2016

https://github.com/Automattic/jetpack/tree/master/modules has a complex structure. To split individual modules, you'd need to pick a set of files and directories from all over the tree.

Target module is significant enough to be worth some hassle. Any advice here?

@fabpot
Copy link
Contributor

fabpot commented Sep 9, 2016

The way splitsh works is by creating commits out of Git trees. As individual files are not stored in a tree, there is unfortunately nothing I can do to support this use case (unless someone has an idea).

@fabpot fabpot closed this as completed Sep 9, 2016
@lkraav
Copy link
Author

lkraav commented Nov 28, 2019

Looks like git fast-export and git fast-import are the solutions via https://stackoverflow.com/questions/39479154/how-can-i-split-a-single-file-from-a-git-repo-into-a-new-repo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants