From 43ebada0960991c61a3840f7e050d776a2377622 Mon Sep 17 00:00:00 2001 From: Frantisek Hrbata Date: Tue, 22 Dec 2020 13:27:12 +0100 Subject: [PATCH] doc: add clone url for contribution Signed-off-by: Frantisek Hrbata --- Documentation/git-mr.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Documentation/git-mr.txt b/Documentation/git-mr.txt index 6b6270f..2e6f0d6 100644 --- a/Documentation/git-mr.txt +++ b/Documentation/git-mr.txt @@ -302,11 +302,15 @@ The 'mbox' refs are used to generate MR mboxes and for MR review from command line. User's reply to a specific MR can be viewed by using e.g. 'git log refs/mrs///mbox'. + CONTRIBUTION ------------ Gimrr is using gimrr, so to be able to contribute you will need to generate ssh keys as described in the *CLIENT SETUP* section and send the public part -of the key to gimrr@gimrr.com. +of the key to gimrr@gimrr.com. After your public key is added you clone with +---- +$ git clone ssh://gimrr@gimrr.com/git/gimrr.git +---- SEE ALSO -- 1.7.10.4