Fixing gitconfig.

This commit is contained in:
Bradley Shellnut 2021-06-17 12:37:48 -07:00
parent 59d8caad23
commit 78c60a19f8

View file

@ -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