私はしばらくの間 git-sh を使用してきましたが、ブランチに変更があった場合は常に赤い * が表示されていました。これで、常にこの * が表示されます。以下の例を参照してください。
master!reponame *> status
# On branch master
nothing to commit, working directory clean
master!reponame *>
理由はありますか?
親リポジトリもチェック
master!reponame *> cd ..
fatal: Not a git repository (or any of the parent directories): .git
!projects *>