diff options
-rw-r--r-- | docs/07_How_To_Contribute/03_Working_with_Gerrit.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/07_How_To_Contribute/03_Working_with_Gerrit.md b/docs/07_How_To_Contribute/03_Working_with_Gerrit.md index ccd9133..e04fe17 100644 --- a/docs/07_How_To_Contribute/03_Working_with_Gerrit.md +++ b/docs/07_How_To_Contribute/03_Working_with_Gerrit.md @@ -47,7 +47,7 @@ To work on something, whether a new feature or a bugfix: ```sh $ cd documentation - $ git.config --global user.name "Your Full Name" + $ git config --global user.name "Your Full Name" $ git config --global user.email "your@email.com" ``` @@ -55,7 +55,7 @@ To work on something, whether a new feature or a bugfix: ```sh $ cd documentation - $ git.config user.name "Your Full Name" + $ git config user.name "Your Full Name" $ git config user.email "your@email.com" ``` |