From 4983c22a572028d866d863dd7ca8eefeceeec31f Mon Sep 17 00:00:00 2001 From: shwetha729 Date: Wed, 13 Sep 2023 14:14:01 -0400 Subject: [PATCH] Updated: Wednesday, September 13,2023-09-13 14:14:00 --- .../CLI Tools/CLI Tool Collection/Commands + Settings/Git.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/enter/Coding Tips (Classical)/Terminal Tips/CLI Tools/CLI Tool Collection/Commands + Settings/Git.md b/enter/Coding Tips (Classical)/Terminal Tips/CLI Tools/CLI Tool Collection/Commands + Settings/Git.md index bda41a6..87b512a 100644 --- a/enter/Coding Tips (Classical)/Terminal Tips/CLI Tools/CLI Tool Collection/Commands + Settings/Git.md +++ b/enter/Coding Tips (Classical)/Terminal Tips/CLI Tools/CLI Tool Collection/Commands + Settings/Git.md @@ -29,8 +29,12 @@ git log --pretty=format:"%h - %an, %ar : %s" #### Git global setup: +``` git config --global user.name "Shwetha Jayaraj" git config --global user.email "shwetha.jayaraj@uconn.edu" + +``` + Some components of a [bare git clone](https://git-scm.com/docs/gitrepository-layout). ---