Sourcetree Ignore unwanted directories

Source: Internet
Author: User
Tags time limit sourcetree

"Original Http://www.tuicool.com/articles/YnuYFz"

7. Some problems encountered in practical application:

7.1. When cloning to the local always prompt path is illegal, it may be that Sourcetree is not enabled to support Git, that is, to see tool-->option-->git items, is not shown in Git supports is currect disabled, If yes then click Enable;

7.2. If you need to use a proxy, you can set it under the Tool-->option-->network option;

7.3. Unable to get updates on the server or see your code submission, occasionally reported 407 error;

This situation is generally because sourcetree is offline, Sourcetree account information similar to the session, there is a certain time limit, click on the bottom left corner of the following image button, the warehouse is refreshed, then the account information is updated, online status, can be normal operation;

7.4. Ignore the unwanted directory, such as bin, obj directory (every time the native program will change)

This in the upper right corner of the settings of the Advanced repository-specific ignore list, click Edit Input ignored rules;

For example, ignore all bin and obj directories:

obj/

bin/

Some syntax for ignoring rules

7.4.1. Ignore *.o and *.A files: *. [OA]

7.4.2. Ignore *.b and *. b file, except my.b:

*. [BB]

!my.b

7.4.3. Ignore DBG files and dbg directories: DBG

7.4.4 Only the DBG directory is ignored, and the DBG file is not ignored: dbg/

7.4.5 only the DBG file is ignored and the DBG directory is not ignored:

Dbg

!dbg/

7.4.6 only ignores DBG files and directories in the current directory, and the dbg of subdirectories is not in the range of ignore:/dbg

At this point the basic operation is finished, I hope to help you, as for the other operations, you can go to explore, but also on each menu points to try it.

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.