Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Git status shows what is the reason for a large number of file modifications

2025-01-22 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces the reasons why git status shows a large number of file modifications, the article is very detailed, has a certain reference value, interested friends must read it!

After chmod modifies the permissions of the code just pulled down from the server, git status displays a large number of files modify.

Git diff webpack/src/modules/toolbar/toolbar.lessdiff-git a/webpack/src/modules/toolbar/toolbar.less b/webpack/src/modules/toolbar/toolbar.lessold mode 100644new mode 100755

It turns out that it is the change of filemode, and the filemode of the file after chmod will change. If you strictly compare the original file with the file after chmod, there is a difference between the two, but the source code usually only cares about the text content, so the changes caused by chmod should be ignored, so set it:

Cut to the root directory of the source code

Git config-add core.filemode false

Performing git status

The result is clean.

The above is all the contents of the article "git status shows the reasons for a large number of file changes". Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report