Git的基本常用命令(入门级) • 2017年12月29日 Git的基本常用命令(入门级) 基本命令 git –version 查看git版本 git config –global user.name ‘xxx’ 配置用户名 git ...