Git Tutorial for beginners : How to configure a Git repository?
Get the complete course: https://courses.mytutorialrack.com/p/git-hands-on-training-for-web-developers
Checkout my website: http://mytutorialrack.com/
connect me on facebook: https://www.facebook.com/tutorialRack/
Follow me on twitter: https://twitter.com/mytutorialrack
In this tutorial we will see how to configure Git repository. With Git config command we can configure the name and email, so it well us to identify who made the code changes.
git config username,
git config email,
git config list,
git config password,
git config local,
git config add username,
git config add email,
git config all,
git config all options,
create a git config file,
git configure a remote repository,
configure a git repository,
git config bitbucket