Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joeychilson/gitflat

A simple tool for flattening a git repository to a single directory.
https://github.com/joeychilson/gitflat

git go

Last synced: 1 day ago
JSON representation

A simple tool for flattening a git repository to a single directory.

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]
```