mirror of
https://github.com/BradNut/computer-setup-info
synced 2025-09-08 17:40:23 +00:00
Fixing gitconfig.
This commit is contained in:
parent
59d8caad23
commit
78c60a19f8
1 changed files with 2 additions and 2 deletions
|
|
@ -52,8 +52,8 @@ Dotfiles and editor preferences: https://github.com/BradNut/dotfiles
|
||||||
Edit `.gitconfig` with name and email
|
Edit `.gitconfig` with name and email
|
||||||
|
|
||||||
```
|
```
|
||||||
$ git config --global.name "Your Name"
|
git config --global user.name "John Doe"
|
||||||
$ git config --global.email "you@example.com"
|
git config --global user.email johndoe@example.com
|
||||||
```
|
```
|
||||||
|
|
||||||
## Terminal
|
## Terminal
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue