From 3ed49d3d04efecc0de05e8ce66d5daf765f8a35b Mon Sep 17 00:00:00 2001 From: dzdidi Date: Mon, 29 Jan 2024 09:40:23 +0000 Subject: [PATCH] Readme: update Signed-off-by: dzdidi --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index aabfd97..22928d1 100644 --- a/Readme.md +++ b/Readme.md @@ -116,7 +116,7 @@ git fetch origin git pull ``` -## Authenticated usage example (push) +## Authenticated usage example (push) - at your own risk Collaboration is possible with the following flow between Carol and David in a pure peer-to-peer manner of git. @@ -142,7 +142,7 @@ Collaboration is possible with the following flow between Carol and David in a p * `GIT_PEAR_AUTH_NSEC= GIT_PEAR_AUTH='nip98' git clone pear:///` 3. Do the necessary change in separate branch * `git checkout -b feat/david` -* // do change +* do change * `git add .` * `git commit -s -m 'made by David'` 4. Push branch to origin