We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git config --global user name "Jiang xin git config --global user.email "jiangxingossxp.com"
git config --global color.ui true
The text was updated successfully, but these errors were encountered:
思考:为什么工作区根目录下有一个.git目录
.git
git grep命令来更好地搜索工作区的文件内容
git grep
git grep "工作区文件内容搜索" 02-git-Bolo/010-git-init.rst:' git grep'命令来更好地搜索工作区的文件内容。
.git/index记录了工作区文件的状态(实际上是暂存区的状态)
.git/index
Sorry, something went wrong.
思考:git config命令的各参数有何区别
git config
git config -e
No branches or pull requests
The text was updated successfully, but these errors were encountered: