Git运用------仓库地址管理(Gitee版)

38 阅读1分钟

进行远程操控仓库都有哪些: $ git remote -v

添加远程仓库别名:git remote add my_tong gitee.com/adderg/txc.…

删除远程仓库别名: git remote remove my_tong