3.Git, GitHub, and Version Control - Configuring Git Bash With Your Username and Email

Опубликовано: 04 Октябрь 2024
на канале: Oston Code Cypher
396
7

Your Identity - The first thing you should do when you install Git is to set your user name and email address. This is important because every Git commit uses this information, and it’s immutably baked into the commits you start creating.

Below are the Commands.
$ git config --global user.name "Put here your name"
$ git config --global user.email "Put here your email"

Remember, you need to do this only once if you pass the --global option, because then Git will always use that information for anything you do on that system.

If you want to override this with a different name or email address for specific projects, you can run the command without the --global option when you’re in that project.

Many of the GUI tools will help you do this when you first run them.

💰💲Cheap Domain name & Hosting: https://namecheap.pxf.io/E9V1P
💻 Learn to Code for FREE: https://stude.co/350100

Support the channel! ❤️
  / ostoncodecypher  

Website 🌐 https://www.ostoncodecypher.com/
Email me! 💌 [email protected]

Social Media 🤳
Follow Me::   / ostoncodecypher   📸
Add Me::   / tim.oston   👍
Follow Me::   / 2codecypher   🐦


THE WORLD'S LARGEST WEB DEVELOPER CHANNEL:
SUBSCRIBE::    / ostoncodecypher  

WHAT YOU SHOULD EXPECT.
When you join Oston code cypher channel today, you will get your life time tutorials for free!

MISSION
To teach the in-demand technology skills you need to land your dream job.

**AFFILIATE LINKS**
To make money from your Website(If Google Adsense failed to accept your website then click on the following links which will enable you to monetize your site easily and make money from it.. " Even More").
💵💰PopAds:: https://bit.ly/38nb17d


**AFFILIATE DISCLOSURE: **
This description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. I won't put anything here that I haven't verified and/or personally used myself.