cig icon indicating copy to clipboard operation
cig copied to clipboard

Can I go? Checks all your git repos, reporting if any of them have changes or need to be pushed.

Results 9 cig issues
Sort by recently updated
recently updated
newest added

I have my Obsidian notes synced go Git, the .obsidian folder excluded in the .gitignore, but cig shows changes in the that folder as well. ![Screenshot 2021-03-06 at 7 35...

Hi, I just **brew install cig** on High Sierra and I get no output when I run `cig` from CLI ``` altons@mini ~ cig -v cig version 0.1.5 altons@mini ~...

It would be convenient if we could tell cig to ignore certain folders

Enhancement
Question

### Problem Currently using walk, which is inefficient as we're traversing all the nested folders and files within the ones specified in `~/.cig.yaml`. ### Solution Recursively search the folders up...

Enhancement
TODO

### Problem Currently the remote checked against is `origin/{branch_name}`, lot's of people have more than one remote. ### Solution Check all tracked remotes for a branch in the current repo...

Enhancement
TODO

### Problem Currently there's no checksum for the binaries. ### Solution Add one as part of the build process proposed in https://github.com/stevenjack/cig/issues/3

Enhancement
TODO

### Problem Sometimes you just want to know if things have changed in your repos for a predetermined time (say in the last day). ### Solution Add a `period` filter...

Enhancement
TODO

### Problem There's no tests ### Solution Add some :trollface:

Enhancement
TODO

### Problem Currently `cig` only shows a combination of all changes as a numeric value giving you a top level overview of if something has changed in that repo. You...

Enhancement
Question
TODO