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?

More than 3 years have passed since last update.

変更したファイルをターミナルで確認する方法

Posted at

変更したファイル内容について確認する方法を記述していきます。
まず、自分や他人のコミットの変更について知る場合はgit logコマンドを使用します。(ここで見れるのはコミットの名前のみ)
変更内容の詳細を知りたい場合は、git log -pコマンドを使用することで変更箇所の詳細を見ることができます。:relaxed::v:

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?