Skip to content

Commit

Permalink
corrected code renderings
Browse files Browse the repository at this point in the history
  • Loading branch information
growupboron committed Oct 22, 2020
1 parent 7770080 commit 80ad2b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/5_How_To_Contribute/3_Working_with_Gerrit.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@ To work on something, whether a new feature or a bugfix:
$ git.config --global user.name "Your Full Name"
$ git config --global user.email "your@email.com"
```

**NOTE:** To only configure for a particular repository :

```sh
```sh
$ cd documentation
$ git.config user.name "Your Full Name"
$ git config user.email "your@email.com"
Expand Down

0 comments on commit 80ad2b0

Please sign in to comment.