需要先执行命令把用户名和邮箱写入
在终端中运行如下代码
git config user.name 你的github用户名 git config user.email 邮箱地址
缩写含义
A - Added (This is a new file that has been added to the repository)
M - Modified (An existing file has been changed)
D - Deleted (a file has been deleted)
U - Untracked (The file is new or has been changed but has not been added to the repository yet)
C - Conflict (There is a conflict in the file)
R - Renamed (The file has been renamed)
S - Submodule (In repository exists another subrepository)
视频解说
…or create a new repository on the
|