Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
gitk ビューで、いくつかの (すべてではない) git タグが欠落していることに気付きました。git tagはそれらのタグを示しており、それらのタグを指定してチェックアウトすることもできるため、タグは正しく作成されました。この問題を理解してデバッグするにはどうすればよいですか?
git tag
パラメータがないと--all、gitk は現在の HEAD の親コミットのみを表示します。このパラメーターで gitk を呼び出すと、すべてのコミット (およびすべてのタグ) を含む履歴全体が表示されます。
--all