Git常用命令 时间: 2022-09-29 | 分类: 运维 | 阅读: 92 字 ~1分钟 忽略文件权限和文件所有者 git config core.filemode false // 当前版本库 git config –global core.fileMode false // 所有版本库 查看远程库信息 git remote 查看远程库的信息 git remote –v 查看远程库的详细信息 git remote add name url 添加远程仓库 git remote rename oldname newname 重命名仓库 git remote rm 删除仓库