A small cli to automatically add upstream remotes to a git project. Only working with Github for the moment.
bash
git clone https://github.com/PierreZ/addupstream
cd upstream
cargo build
bash
cargo install --git https://github.com/PierreZ/addupstream
just run the binary in a git repo that you forked using Github' UI.
bash
addupstream
bash
addupstream --help