X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2F07_How_To_Contribute%2F03_Working_with_Gerrit.md;h=afd8166a2008833effa8b12df0d43af1cbd0b4ac;hb=8877c1259994145f6d470b696d42c8fee50bf4d9;hp=3b083d44cd5bdb98d4617c28140de539b2e3110e;hpb=0bae1efe516569a2643898ab651fb7156a53a565;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 3b083d4..afd8166 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" ```