We aim to create the simplest git collaboration tool to self-host a git server easily. We combine mailing list and pull request workflows to simplify collaboration while avoiding the complexities of traditional setups. Sending code changes via email is decentralized but cumbersome, while popular pull request systems like GitHub restrict users to web browsing for reviews. Our approach focuses on local development environments, using SSH tools and format-patch workflow to handle interactions efficiently and fully within the terminal. Reviewing code changes involves generating patches and addressing comments as code to ensure thorough collaboration and avoid upstreaming errors. This approach streamlines the collaboration process without the need for extensive infrastructure or user account management.
https://pr.pico.sh/