码迷,mamicode.com
首页 > 其他好文 > 详细

使用 Git 删除本地仓库和远端仓库文件

时间:2020-02-25 12:46:38      阅读:59      评论:0      收藏:0      [点我收藏+]

标签:本地   master   img   git add   c4c   技术   本地仓库   删除   nbsp   

使用 git bash 来删除

一、将文件(夹)添加到暂存区

这里假设本地和远端都有一个 test.txt 文件
技术图片
先在本地删除,通过 ·git status 查看
技术图片
通过git add test.txt 添加到暂存区

大专栏  使用 Git 删除本地仓库和远端仓库文件更新本地仓库">二、更新本地仓库

执行git commit -m "删除test.txt" 其中-m 后面的信息是用来说明的。
技术图片

三、更新 GitHub 的仓库

执行 git push origin master
技术图片
之后我们查看 github 的仓库就消失了
技术图片

其他例如更新、添加操作都类似。

使用 Git 删除本地仓库和远端仓库文件

标签:本地   master   img   git add   c4c   技术   本地仓库   删除   nbsp   

原文地址:https://www.cnblogs.com/lijianming180/p/12360811.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!