The cloned project will directly appear in git status:
Using msysgit
One is the file to be added; the other is the file to be deleted. You can either execute it firstgit add 添加的文件也可以先执行git commit -m '删除文件'
git add 添加的文件
git commit -m '删除文件'
Hungry. I have never heard of msysgit, so I will talk about git. If you don’t want these modifications, you can git reset --hard.
git reset --hard
One is the file to be added; the other is the file to be deleted. You can either execute it first
git add 添加的文件
也可以先执行git commit -m '删除文件'
Hungry. I have never heard of msysgit, so I will talk about git. If you don’t want these modifications, you can
git reset --hard
.