1 Aralık 2022 Perşembe

git show seçeneği - Bir Commit Hakkında Bilgi Verir

Giriş
Açıklaması şöyle
git show can show you a high-level view of changes in a commit, but it also lets you see changes to specific files.
Değişen Dosya Hakkında Bilgi almak için şöyle yaparız
git show <commit> -- <filepath>
--stat seçeneği
Özet bilgi verir
Örnek
Şöyle yaparız
git show <commit> --stat




Hiç yorum yok:

Yorum Gönder