Go to file
Thom Dickson 9da42c44c3
Implement fetch command
2021-12-19 00:27:58 -05:00
src Implement fetch command 2021-12-19 00:27:58 -05:00
.gitignore Add basic command line boilerplate and arg parsing 2021-12-16 03:13:59 -05:00
Cargo.lock Add basic command line boilerplate and arg parsing 2021-12-16 03:13:59 -05:00
Cargo.toml Add basic command line boilerplate and arg parsing 2021-12-16 03:13:59 -05:00
README.md Add README 2021-12-16 20:45:49 -05:00

README.md

Shepherd

Shepherd is a git repository manager. This arises out of the personal need to work with a collection of ever-changing git repositories, on more than one machine.

The goal is to have a single "repositories" file that can be synced across devices. Shepherd would take this file, allow for syncing repository configurations and bulk operations (fetch, unified log, etc).