![smart-git 不會自動刷新更新的檔案?](https://rvso.com/image/881463/smart-git%20%E4%B8%8D%E6%9C%83%E8%87%AA%E5%8B%95%E5%88%B7%E6%96%B0%E6%9B%B4%E6%96%B0%E7%9A%84%E6%AA%94%E6%A1%88%EF%BC%9F.png)
smart-git不會自動刷新更新的文件,每次都需要按F5。我正在使用 Ubuntu 14.04.4 LTS 和 smart-git 7.1。
答案1
我使用 Git 備份了我的主目錄,但預設情況下我忽略了所有內容(並且只備份我特別想要的檔案)。
然而,如果我理解正確的話,SmartGit 會將其解釋為“哦,這些目錄被忽略,我不會掃描其中的任何文件”,即使它們碰巧在其他 Git 存儲庫中被跟踪。
我將此行附加到~/.smartgit/7.1/smartgit.properties
,它解決了我的問題:
smartgit.filemonitor.excludeIgnoredDirectories=false