LoginSignup
0
1

More than 5 years have passed since last update.

git

Posted at

git log

ポイント

git log

git checkout id

特定のコミットを探し出す

--grep

git log --grep=change

changeという言葉が含まれるものを

--until 日時によるオプション

git log --since 11/11/2018 --nutil 11/11/2019

差分の確認

git log --stat HEAD~..HEAD

git log --patch HEAD~..HEAD
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1