First of all, We have to create an account in the Github by following steps:
-
Go to the website “https://github.com”.
-
Click on Sign-up.
-
Give your email-id, password & Username. (Username should be unique)
-
Verify your account and click on Create Account.
-
Your Github account will be created.
Setting and viewing Username and Email
-
Run the following commands in Git bash.
-
For Setting
-
git config --global user.name Your_Username
-
git config --global user.email Your_email
-
-
For Viewing
-
git config --global user.name
-
git config --global user.email
-
- Neha's blog
- Log in or register to post comments
Recent comments