Skip to content

neilveil/repman

Repository files navigation

Repman

CLI based multiple git repository tracking & management tool.

Installation

Linux

apt install wget wget https://neilveil.github.io/repman/bin/linux.bin -O /usr/bin/repman chmod +x /usr/bin/repman

Windows

wget https://neilveil.github.io/repman/bin/windows.exe -O C:\Windows\repman

MacOS

brew install wget wget https://neilveil.github.io/repman/bin/macos.bin -O /usr/local/bin/repman

Usage

Add a configuration file with name repman.yaml & run command repman. Voila!

Configuration file

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

About

CLI based multiple git repository tracking & management tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published