Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ikhsan3adi/auto-per-file-committer

Automated tool that commits files one by one. Users can choose the commit order either based on the file creation time, modified time or randomly. Perfect for automating sequential or randomized commits.
https://github.com/ikhsan3adi/auto-per-file-committer

bun commit deno git nodejs tools typescript version-control

Last synced: 16 days ago
JSON representation

Automated tool that commits files one by one. Users can choose the commit order either based on the file creation time, modified time or randomly. Perfect for automating sequential or randomized commits.

Awesome Lists containing this project

README

        

# auto-per-file-committer

Automated tool that commits files one by one to a version control repository, such as Git. Users can choose the commit order either based on the file creation time or randomly. This tool helps ensure each file's changes are tracked in an organized or randomized sequence, depending on the user's preference. Perfect for automating sequential or randomized commits.

## Usage

```shell
cd
bun -dir
```

Example:

```shell
cd dir/my-repo
bun ../auto-per-file-committer/src/index.ts -dir .

# dir/my-repo
# dir/auto-per-file-committer
```

Run `bun start --help` in the `auto-per-file-committer` directory for more information.