Open Issues Need Help
View All on GitHubAI Summary: Implement a new `--filter` option for the `sync` command in the GitTools CLI application. This option should allow users to specify wildcard patterns to filter which repositories are synchronized, enhancing the tool's usability for managing large numbers of repositories. The implementation should leverage the existing `WildcardMatcher` utility and integrate seamlessly with other command options. Comprehensive unit tests are required.
GitTools is a command-line tool for managing multiple Git repositories and their submodules. It is designed to help you manage tags across large codebases with ease.