From ee411a6f9b5a53ec3a8706ca4378e304c88a1432 Mon Sep 17 00:00:00 2001 From: Thom Dickson Date: Thu, 16 Dec 2021 20:45:49 -0500 Subject: [PATCH] Add README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..522fa61 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# 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).