In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/02 Report--
In this issue, Xiaobian will bring you what are the common configurations of Git. The article is rich in content and analyzes and narrates from a professional perspective. After reading this article, I hope you can gain something.
Configure user information
Configure user.name and user.email
git config --global user.name 'admin' #Set user name git config --global user.email '395994482@qq.com'#Set email
--local is valid only for a warehouse
--global All warehouses of current user are valid (common)
--system Valid for all logged in users of the system (maximum privileges)
Mailbox To set up a real mailbox available
git global configuration
Display configuration information:
#View configuration information, the scope can be--local(to be used in the repository),--global,--systemgit config --list [scope]
git config --list --global user.name=admin user.email=395994482@qq.com credential.helper=manager
How to modify a configuration file Modify a configuration
git config --global
open the configuration file
The above is what are the common configurations of Git shared by Xiaobian. If there are similar doubts, please refer to the above analysis for understanding. If you want to know more about it, please pay attention to the industry information channel.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.