Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c5bd38a

Browse files
📦 NEW: git setup commands
1 parent a7763ab commit c5bd38a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

‎readme.md

Lines changed: 10 additions & 0 deletions
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 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+
4656
🎩 **Clone** a repository in your computer.
4757

4858
```sh

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /