git 命令大全 git init # 初始化本地git仓库(创建新仓库) git config –global user.name “xxx” # 配置用户名 git config … Continue reading git 命令大全