From d8e251541ee9d79f4d75f153cd8d2d75852ec9e0 Mon Sep 17 00:00:00 2001 From: Sander van Dragt Date: Sat, 13 Jun 2020 08:31:23 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 58933a6..854d2e7 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Repoman is a script to export and import a list of git repositories. +> Use repoman to generate a list of - and clone - multiple repositories with one command. + When run, repoman scans the working directory for .git folders and echoes its relative path with the git remote. You can save this into a file. When these contents are piped into Repoman, repositories will be cloned into this directory structure.