“This is the third day of my participation in the First Challenge 2022, for more details: First Challenge 2022”.

The vast sea of millions, thank you for this second you see here. I hope my article is helpful to you!

May you keep your love and go to the mountains and seas in the coming days!

Yesterday we learned how to use Git. Now that we know how much Git can bring to our code management, should we start using Git? Yes, but you have to download Git before you can use 😎!! So learn how to download Git today.

πŸ˜‹ Git download

πŸ‡ download

This is just about installing Git on Windows.

You can download the installation program directly from the official Git website and choose your operating system. Here you can only introduce how to use Git on Windows, so the current download is the 64-bit πŸ‘‡πŸ‘‡πŸ‘‡ on Windows.

Then press the default options to install, all the way fool 😳 next can (do not need to do other operations of course you can customize the installation directory).

After the installation is complete πŸ˜†, we can right-click on any folder or desktop and see the following menu:

Git Bash Here = Git Bash Here = Git Bash Here πŸ‘‡ πŸ‘‡ πŸ‘‡

🍼 Perform initial configuration

Git is a distributed version control system and requires each machine’s identity, otherwise you won’t be able to tell which one is which.

$ git config --global user.name "Your Name"
$ git config --global user.email "[email protected]"
Copy the code

Note the –global parameter of the git config command. This parameter means that all git repositories on your machine will use this configuration. You can also specify different user names and Email addresses for each repository.

Here is my configuration:

Now you can look at the global configuration that I set up

$ Β cat ~/.gitconfig
Copy the code

🌸 summary

I believe that you see here, Git download is no problem for you, then we formally entered a series of Git use tutorial!

Let’s refuel together, too! I am not just, if there is any missing, wrong place, also welcome you to criticize in the comments of talent leaders! Of course, if this article is sure to help you a little bit, please kindly and lovely talent leaders give a thumblike πŸ‘, save it, and welcome to follow ❀️❀️❀️ [favorite food of canned fish] πŸ‘, thank you very much! If you like canned fish too! πŸ’• πŸ’• πŸ’•

Here, the world is closed for today, good night! Although this article is over, I am still here, never finished. I will try to keep writing articles. The coming days are long, why fear the car yao ma slow!

Thank you all for seeing this! May you live up to your youth and have no regrets!