0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【Git】変更履歴確認方法

Last updated at Posted at 2021-09-13

ファイルの「行単位」の変更コミットIDを確認

# 行単位のコミットIDを確認可能
$ git blame <ファイル名>

「コミット単位」の変更履歴を確認

# 最新のコミットの詳細を表示する
$ git show

# 指定したコミットの詳細を表示する
$ git show <コミットのハッシュ値>

会社紹介

株式会社 Mosaica
最先端テクノロジーで社会課題を解決し、持続可能な未来を創造する IT カンパニー。
AI ソリューション、クラウド統合、DX 推進、経営コンサルティングなど包括的なサービスでビジネス変革を支援しています。

詳しくは 公式サイト までお気軽にご相談ください。
公式サイト: https://mosaica.co.jp/

0
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?