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.
git gui コマンドラインからレポのマスターブランチで gitk を起動する方法はありますか? 私はdoc を見ましたが、可能なと思われる唯一のことは、履歴を表示せずに、レポでブラウザを開くことです。
どんな手掛かり ?ありがとう
おそらくgit gui gitk、現在のブランチの現在のリポジトリで gitk プログラムを起動する必要があるという意味です。git-gui はそれを提供しませんが、もちろんgitk、コマンド ラインに入力して gitk 自体を起動するだけで、現在のブランチ履歴が表示されます。gitk &Unix スタイルのシェルを使用していて、コンソールから切り離したい場合に使用します。
git gui gitk
gitk
gitk &