There was an error while loading. Please reload this page.
1 parent a7763ab commit c5bd38aCopy full SHA for c5bd38a
readme.md
@@ -43,6 +43,16 @@ git push -u origin master
43
44
```
45
46
+🏗 **Git Setup** if you have never used git before.
47
+
48
+```sh
49
+# configure git with your github username
50
+git config --global user.name "your_github_username"
51
52
+# configure git with your github email (email you used to sign up on GitHub)
53
+git config --global user.email "your_email@whatever.com"
54
+```
55
56
🎩 **Clone** a repository in your computer.
57
58
```sh
0 commit comments