代码 [笔记] Git 备注 克隆某个分支版本 $ git clone -b b1 https://github.com/br.. 设置git的账户名和邮箱 $ git config --global user.name [username] $ git config --global user.email [email] 使用 git config --list 查看已设配置 git 否认历史(退回版本)