2016-12-10 9 views
0

Sourcetreeに問題があります。 sourcetree unstaged paneSourcetreeは、ステージングされていないgitignoredファイルを表示します。

は、最初に私はこの問題は、gitignoreファイルであるか、私はpreviouselyそれらのファイルを上演してきたことを考えた:特定のレポアプリケーションで は私にgitinoredされunstagedファイルを示しています。 どちらも該当しません。

gitのステータス

私が得るすべては、私が実際に修正された追跡したい2つのソースファイルである:

奇妙な問題は、私はGitのシェルとタイプを使用するときにということです。

[email protected] MINGW64 /c/programing/SailingRaceCourseManager/SailingRaceCourseManager (develop) 
$ git status 
On branch develop 
Your branch is up-to-date with 'origin/develop'. 
Changes not staged for commit: 
    (use "git add <file>..." to update what will be committed) 
    (use "git checkout -- <file>..." to discard changes in working directory) 

     modified: app/build.gradle 
     modified: app/src/main/java/com/compname/appname/geographical/OwnLocation.java 

no changes added to commit (use "git add" and/or "git commit -a") 
+0

を(...それを把握するために、月よりも私に多くを取りましたか)? http://stackoverflow.com/questions/1274057/how-to-make-git-forget-about-a-file-that-was-tracked-but-is-now-in-gitignore – Jim

+0

@Jim私は恐れません 。これがgitより大きい場合、bashはsourcetreeと同じことを示します – CaptainNemo

答えて

0

まあ私はばかです!

フィルタ\ソートボックスは「無視されたファイル」に設定されたことが判明: は多分このような何かを

enter image description here

関連する問題