https://github.com/satansdeer/git-folderify
A tool to break a repo by commit into folders
https://github.com/satansdeer/git-folderify
Last synced: 2 months ago
JSON representation
A tool to break a repo by commit into folders
- Host: GitHub
- URL: https://github.com/satansdeer/git-folderify
- Owner: satansdeer
- Created: 2021-09-12T07:56:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-12T07:56:13.000Z (over 3 years ago)
- Last Synced: 2025-02-05T05:28:15.540Z (4 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Folderify
This is a script that converts a git repo into a set of folders and back.
## Converting Git repo into folders
Folderify will convert a repo into a set of folders where each commit will get it's own dedicated folder.
```
npx git-folderify
```## Converting a set of folders into a git repo
You can also convert a set of folders into a git repo. Each folder will make a separate commit.