练习二,要求设置用户名和邮箱。
使用代码:

git config --global user.name username
git config --global user.email emailaddress

练习三,要求你将目录下的README添加到暂存区。 使用代[……]

阅读全文