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.

git tools
1 Open Issue Need Help Last updated: Jun 24, 2025

Open Issues Need Help

View All on GitHub

AI 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.

Complexity: 3/5
enhancement good first issue feature

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.

C#
#git#tools