gitwatch-rs 0.1.1

CLI to watch a git repo and automatically commit changes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Contributing

Thanks for contributing!

## Development

There's a [nix devshell](/pkg/nix/devshell.nix) available, and a [justfile](justfile) for common commands - run `just` to see what's available.

The [example](example/) directory has a sample repo you can use to get started. See its readme for details. 

## Testing

Run `just test` to run all unit & integration tests.



That's it! Feel free to open an issue if you have questions.