File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@ git push -u origin master
4343

4444
```
4545

46+
🏗 **Git Setup** if you have never used git before.
47+
48+
```sh
49+
# configure git with your username
50+
git config --global user.name "your__username"
51+
52+
# configure git with your email (email you used to sign up on )
53+
git config --global user.email "[email protected]"
54+
```
55+
4656
🎩 **Clone** a repository in your computer.
4757

4858
```sh

0 commit comments

Comments
 (0)