Skip to content

Commit

Permalink
Modified for better understanding
Browse files Browse the repository at this point in the history
  • Loading branch information
theriyazo authored Jul 31, 2022
1 parent 2e63dc5 commit eaa43b0
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,15 @@ Created: November 6, 2021 1:17 AM

</aside>

## Login credentials
## Initial Git Login commands

### Configure your user name
<aside>
💲 git config --global user.name "your_github_username"
</aside>

### Configure your email id used for github
<aside>
💲 git config --global user.name "your_username"
💲 git config --global user.email "your_email@mail.com"
</aside>

Expand Down

0 comments on commit eaa43b0

Please sign in to comment.