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.
Windows のメモ帳を使用して以前のコミットを表示したいと考えています。以下のコードをpowershellで試していますが、成功していません。ご意見をお聞かせください。
git show notepad HEAD^4:index.html
試す
git show HEAD^4:index.html > results.txt && start notepad "results.txt"
結果のテキスト ファイルをメモ帳で開きます。ファイルのパスを任意の場所に変更できます。
編集:テキストファイルを開く部分を追加しました。ファイルが見つからない場合は、ファイルへのフル パスを指定する必要がある場合があります。