Workspace:工作区 Index / Stage:暂存区 Repository:仓库区(或本地仓库) Remote:远程仓库 gitconfig快捷键 mac本 进入根目录: cd ~ 编辑config: vim .gitconfig 使用i 以及上下左右键进行编辑, 编辑完按 esc 保存 按 :wq退出编辑 [core] ignorecase = false [user] email = test@163.com name = test [alias