From a58bee1559842d83226182831cb9023f95b6d6ba Mon Sep 17 00:00:00 2001 From: Gitea Date: Sat, 2 Apr 2022 11:38:30 +0000 Subject: [PATCH] modify README, describe feature of newrepo --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index 69d9e91..58f873c 100644 --- a/README +++ b/README @@ -16,7 +16,9 @@ list: Displays any bare repository whose name ends with ".git" under user's home directory. Repository in TRASH_DIR will not be listed. newrepo: Initialize a bare repository at user's home directory, it's -parameter is the fullname of the repository. +parameter is the fullname of the repository. It will try to add .git +suffix after fullname, and refuse fullname with a suffix slash. When +initializing repository, it will use git-template as template-dir. delrepo: Move the repository directory to TRASH_DIR, so it would not be listed by command list.