このファイルは前なにを編集したんだっけって時
git log spec/foo.rb
などとしてコミットのハッシュをとる
git diff <commit>..HEAD spec/foo.rb
<commit>のとこにハッシュを入れる<commit>..<commit>という使い方もできる
git-diff(1) Manual Page
https://www.kernel.org/pub/software/scm/git/docs/git-diff.html
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
このファイルは前なにを編集したんだっけって時
git log spec/foo.rb
などとしてコミットのハッシュをとる
git diff <commit>..HEAD spec/foo.rb
<commit>のとこにハッシュを入れる<commit>..<commit>という使い方もできる
git-diff(1) Manual Page
https://www.kernel.org/pub/software/scm/git/docs/git-diff.html
Register as a new user and use Qiita more conveniently
Go to list of users who liked