CLI based multiple git repository tracking & management tool.
apt install wget wget https://neilveil.github.io/repman/bin/linux.bin -O /usr/bin/repman chmod +x /usr/bin/repmanwget https://neilveil.github.io/repman/bin/windows.exe -O C:\Windows\repmanbrew install wget wget https://neilveil.github.io/repman/bin/macos.bin -O /usr/local/bin/repmanAdd a configuration file with name repman.yaml & run command repman. Voila!
root_dir: ./example repositories: - name: dummy-repository-1 host: git@github.com:neilveil/dummy-repository-1.git branch: main - name: dummy-repository-2 host: git@github.com:neilveil/dummy-repository-2.git branch: main