Updated: Wednesday, September 13,2023-09-13 14:14:00

main
shwetha729 2023-09-13 14:14:01 -04:00
parent e8c0938fb2
commit 4983c22a57
1 changed files with 4 additions and 0 deletions

View File

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