Git Leave

Check for unsaved or uncommitted changes on your machine.

Usage

Set the leaveTool.defaultFolder key in your git global configuration file to use the --default flag.

```conf

Your global .gitconfig

[leaveTool] defaultFolder = ~/path/to/projects ```

``` USAGE: git-leave [OPTIONS] [DIRECTORY]

ARGS: The directory to search in [default: .]

OPTIONS: -d, --default Use git config default folder value for the directory to search in -h, --help Print help information -V, --version Print version information ```

Thanks