From 78c60a19f8822be312a2a39cb7b3dfd64cd1b410 Mon Sep 17 00:00:00 2001 From: Bradley Shellnut Date: Thu, 17 Jun 2021 12:37:48 -0700 Subject: [PATCH] Fixing gitconfig. --- linux/Environment-Setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/Environment-Setup.md b/linux/Environment-Setup.md index b3ef08d..70943d6 100644 --- a/linux/Environment-Setup.md +++ b/linux/Environment-Setup.md @@ -52,8 +52,8 @@ Dotfiles and editor preferences: https://github.com/BradNut/dotfiles Edit `.gitconfig` with name and email ``` -$ git config --global.name "Your Name" -$ git config --global.email "you@example.com" +git config --global user.name "John Doe" +git config --global user.email johndoe@example.com ``` ## Terminal