Thanks for your interest in contributing to git-pull-all!
- Fork the repository
- Clone your fork and create a branch for your change
- Make your changes
- Open a pull request against
main
Requires .NET 10 or later.
dotnet build
dotnet test
To install locally as a global tool:
# Linux / macOS
./install-local.sh
# Windows (PowerShell)
./install-local.ps1- Keep changes focused, one feature or fix per PR
- Follow the existing code style
- Test your changes against real git repositories before submitting
Open an issue on GitHub with steps to reproduce the problem and the output you see.