git-scan icon indicating copy to clipboard operation
git-scan copied to clipboard

CLI tool for scanning/updating git repos

Results 3 git-scan issues
Sort by recently updated
recently updated
newest added

This is a feature request: I would like to be able to run `git-scan tag` and get a report of the `git describe --tags` output for each repo in the...

We use `git scan branch` and `git scan tag` for pre-releases and release-candidates in Civi ( http://wiki.civicrm.org/confluence/display/CRM/Release+checklist ), e.g. ``` git scan tag 4.7.10-pre1 master -p -n -T ``` This...

Would be nice if there was a http://brew.sh install option `brew install git-scan` - for simplicity and trust (installer is verified and consistent with an entire communities practices, rather than...

enhancement
packaging
patchwelcome