From f0bb9856bcf1cd367a7e80d0573e8eb572b8d2cf Mon Sep 17 00:00:00 2001 From: "R. Steve McKown" Date: Fri, 28 Sep 2012 14:30:24 -0600 Subject: [PATCH] Document gitcreate -y option --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index fa18294..966229f 100644 --- a/README +++ b/README @@ -103,6 +103,12 @@ the create command would be: sudo -u repo gitcreate mirrors/tinyos/tinyos-main.git +If a subdirectory path being requested doesn't already exist, the script will +ask the operator if it is OK to create it. To automatically create non-existent +subdirectory paths, add the -y option: + + sudo -u repo gitcreate -y mirrors/tinyos/tinyos-main.git + = Configuring user accounts Each user to access repositories via client side tools need an account on the -- 2.39.2