0
Sourcetreeに問題があります。 Sourcetreeは、ステージングされていない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")
を(...それを把握するために、月よりも私に多くを取りましたか)? http://stackoverflow.com/questions/1274057/how-to-make-git-forget-about-a-file-that-was-tracked-but-is-now-in-gitignore – Jim
@Jim私は恐れません 。これがgitより大きい場合、bashはsourcetreeと同じことを示します – CaptainNemo