top of page
Search

Selecting multiple file in SourceTree makes it too slow

  • Writer: Kiazsoft
    Kiazsoft
  • May 29, 2020
  • 1 min read

In case if you are working on a project and frequently need to delete updated files from you project. One way is to use source tree to list all file which got updated or newly added. When you try to select all the files and delete using SourceTree, it slows down. This happens because SourceTree compares the diff. You can use the diff settings to limit the comparison base on file size and pattern.


Preferences page

Change settings as per your needs.


 
 
 

Recent Posts

See All
Git

Removing file from all history. git filter-branch --force --index-filter \ "git rm --cached --ignore-unmatch PATH-TO-FILE" \...

 
 
 
MongoDB

Mongo Sample find query db.getCollection("user").find( { "username" : "kia" }, {//projections "username": 1.0, //1.0 means include...

 
 
 

Comments


©2022 KIAZSOFT CONSULTING INC

bottom of page