With Git, little turtles (tortoisegit), Git for Windows, or GitHub Desktop installed, the folder icon appears red after you use them! Green √ Blue? git tag, how do you get rid of them? As shown below:

Source: Internet
Author: User

With git, little Turtles (tortoisegit) , git for Windows , or GitHub Desktop installed, the folder icon appears after you use them Red! Green √ blue? git tag, how do you get rid of them? As shown below:

Workaround:

The new file in the current directory is saved as ( delete git information. bat) in which to write:for/r.%%a in (.) do @if exist "%%a\.git" rd/s/q "%%a\.git" click to run.

. bat is a Windows batch file.

Or

is because   version control software, such as CVS or SVN, is installed. when using SVN to check out the repository directory, the directory is placed on the desktop, causing the entire desktop file to be fully controlled.

Workaround:

Create a new text document on the desktop, and then copy the following phrase:

  For/r. %%a in (.) do @if exist "%%A\.SVN" rd/s/q "%%A\.SVN"

  Modify the suffix of the text document to. bat, save it, and open it to easily resolve the question that the desktop icon displays a question mark.

if not, you will have to uninstall CVS or SVN. This method is the ultimate kill recruit, not the last resort!

With Git, little turtles (tortoisegit), Git for Windows, or GitHub Desktop installed, the folder icon appears red after you use them! Green √ Blue? git tag, how do you get rid of them? As shown below:

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.