From: Frantisek Hrbata Date: Tue, 22 Dec 2020 12:27:12 +0000 (+0100) Subject: doc: add clone url for contribution X-Git-Tag: v0.2^0 X-Git-Url: http://www.hrbata.com/gitweb/?a=commitdiff_plain;h=ced742013bcfe48d7ef3a20807409c5ca6632892;p=gimrr.git doc: add clone url for contribution Signed-off-by: Frantisek Hrbata --- 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