# git-dirty

> Ensures the working directory is clean and that there are no unpulled changes

## Install

```
$ npm install --global git-dirty
```

## Usage

```sh
git-dirty
```

## Related 

* [git-garbage](https://github.com/Kikobeats/git-garbage#git-garbage) – Delete local git branches after deleting them on the remote repository.

## License

MIT © [Kiko Beats](http://www.kikobeats.com)
