Skip to content

Commit af31d4b

Browse files
Update README.md
1 parent 69e7640 commit af31d4b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ This Repository is a guide to all the git commands you need to use in case any o
1010

1111
Replace url with your required repository url
1212
```
13-
13+
- Set username and emailId
14+
```sh
15+
git config --global user.name "FIRST_NAME LAST_NAME"
16+
17+
git config --global user.email "[email protected]"
18+
```
1419
- Pushing to a Repository
1520
```sh
1621
git add .

0 commit comments

Comments
 (0)