X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2F07_How_To_Contribute%2F03_Working_with_Gerrit.md;fp=docs%2F07_How_To_Contribute%2F03_Working_with_Gerrit.md;h=e04fe17eed4526da4df43319866ec7fd37a0b019;hb=1bfa76c6eacdb09c713038289e2b48cea887276c;hp=ccd91334da6d67aca909981cb5b9e242e769019c;hpb=56ef0a2b10f85ddaba4fe142d9e8814d53eabc6a;p=AGL%2Fdocumentation.git 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" ```