Today I collided with an issue regarding a git repository.
If a subdirectory of your repository has .git as a member, it shadows the subdirectory. So thus you can't sense its member even if you would type git status and check .gitignore.
今日はgitリポジトリに関する見つけにくい問題に遭遇しました。
リポジトリのサブディレクトリの中に.gitディレクトリがある場合、そのサブディレクトリ以下が隠されてしまい、git statusや.gitignoreを見ても存在が見えなくなってしまいます。
posted by
takiuchi on Tue 16 Jun 2009 at 02:58 with 0 comments