https://github.com/joeychilson/gitflat
A simple tool for flattening a git repository to a single directory or file.
https://github.com/joeychilson/gitflat
git go
Last synced: 3 months ago
JSON representation
A simple tool for flattening a git repository to a single directory or file.
- Host: GitHub
- URL: https://github.com/joeychilson/gitflat
- Owner: joeychilson
- License: mit
- Created: 2024-06-26T01:05:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T06:22:21.000Z (about 2 years ago)
- Last Synced: 2025-01-16T13:19:36.463Z (over 1 year ago)
- Topics: git, go
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gitflat
A simple tool for flattening a git repository to a single directory or file.
## Installation
```bash
go install github.com/joeychilson/gitflat
```
## Usage
```bash
gitflat -repo -dest [-exclude [-include ] [-exts <.ext1,.ext2,...>] [-single]
```