search

Home  >  Q&A  >  body text

github - How to solve the problem when the clone project under msysgit has not been modified but changes are found after checking the status?

The cloned project will directly appear in git status:

Using msysgit

漂亮男人漂亮男人2811 days ago634

reply all(2)I'll reply

  • 黄舟

    黄舟2017-05-02 09:37:37

    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 '删除文件'

    reply
    0
  • 为情所困

    为情所困2017-05-02 09:37:37

    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.

    reply
    0
  • Cancelreply