Git config username and password global commands

Github is a distributed version control system which helps to manage the repositories. If you don’t know what is GiHub, you can click here to learn. Here are the commands in “Git config username and password global”

1. Basic configure GitHub. like you email, username
git config

2. This is for sets configuration username on git.

Git config username global on git | Set username on git

git config –-global user.name “Build IT Masters”

3. Sets your email on git

Git config email global on git

git config –-global user.email info@builditmasters.com

4. Sets your password on git

Git config password global on git

git config –global user.password “builditmasters

5. Different colors on command line for different outputs.
git config –-global color.ui true


Related Git commands and Tutorials.

Git config username and password global commands

Thank you for reading. If you are interesting on my article, make sure to follow my other articles as well. Make sure to leave a comment.

guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x