首页 > 学院 > 开发设计 > 正文

【git】之 "我的"命令

2019-11-06 09:30:54
字体:
来源:转载
供稿:网友

(1)删除文件/文件夹

删除文件夹 git rm XXX -r 删除文件 git rm XXX

git rm XXX -rgit commit -m "Sad"git push

(2)修改远程地址,先删除origin然后再添加

查看远程地址 git remote -v 删除origin地址 git remote rm origin 删除another git remote rm another

这里写图片描述

(3)添加地址

添加origin git remote add origin SSH/HTTPS 添加another git remote add another SSH/HTTPS


上一篇:每日练习(2)

下一篇:矩阵点乘和叉乘

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表