Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 763 Bytes

File metadata and controls

39 lines (26 loc) · 763 Bytes

Contributing

Thanks for your interest in contributing to git-pull-all!

Getting Started

  1. Fork the repository
  2. Clone your fork and create a branch for your change
  3. Make your changes
  4. Open a pull request against main

Building

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

Guidelines

  • Keep changes focused, one feature or fix per PR
  • Follow the existing code style
  • Test your changes against real git repositories before submitting

Reporting Issues

Open an issue on GitHub with steps to reproduce the problem and the output you see.