9 Kasım 2022 Çarşamba

git diff-tree seçeneği - Bir Commit'teki Değişen Dosyaları Gösterir

Giriş
Açıklaması şöyle
Q :How will you find a list of files that has been modified in a particular commit?
A : The command to get a list of files that has been changed in a particular commit is:
git diff-tree –r {commit hash}

-r flag allows the command to list individual files
commit hash lists all the files that were changed or added in the commit.

Hiç yorum yok:

Yorum Gönder