There was an error while loading. Please reload this page.
1 parent 69e7640 commit af31d4bCopy full SHA for af31d4b
README.md
@@ -10,7 +10,12 @@ This Repository is a guide to all the git commands you need to use in case any o
10
11
Replace url with your required repository url
12
```
13
-
+- Set username and emailId
14
+```sh
15
+ git config --global user.name "FIRST_NAME LAST_NAME"
16
+
17
+ git config --global user.email "MY_NAME@example.com"
18
+```
19
- Pushing to a Repository
20
```sh
21
git add .
0 commit comments