From 669d8da9ac7ad1b94fe4268b82eb6878e9202224 Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Wed, 26 Aug 2020 10:35:03 +0200 Subject: [PATCH] fixed workflow example in documentation use "git remote add" instead of "git add remote" --- docs/contributors/environment.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributors/environment.rst b/docs/contributors/environment.rst index 161619f6..26c04d0b 100644 --- a/docs/contributors/environment.rst +++ b/docs/contributors/environment.rst @@ -29,7 +29,7 @@ Short work flow example git clone https://github.com//Mailu.git cd Mailu - git add remote upstream https://github.com/Mailu/Mailu.git + git remote add upstream https://github.com/Mailu/Mailu.git git checkout -b fix-something master Work on the code as desired. Before doing a commit, you should at least build