git diff
কমান্ড জন্য ঐচ্ছিক মান লাগে --stat
:
--stat[=<width>[,<name-width>[,<count>]]]
Generate a diffstat. You can override the default output width for
80-column terminal by --stat=<width>. The width of the filename
part can be controlled by giving another width to it separated by a
comma. By giving a third parameter <count>, you can limit the
output to the first <count> lines, followed by ... if there are
more.
These parameters can also be set individually with
--stat-width=<width>, --stat-name-width=<name-width> and
--stat-count=<count>.
(স্ক্রিপ্টিংয়ের জন্য আপনি git diff-tree
সরাসরি ব্যবহার করতে পারেন যেহেতু এটি "নদীর গভীরতানির্ণয়" কমান্ডের বেশি, যদিও আমার সন্দেহ হয় যে আপনি যে কোনও উপায়েই ভাল থাকবেন। নোট করুন যে --stat
ব্যবহারের সাথে আপনার একই অতিরিক্ত পাঠ্য প্রয়োজন git diff-tree
। git diff
"চীনামাটির বাসন ব্যবহারের মধ্যে প্রয়োজনীয় পার্থক্য " "সামনের প্রান্ত এবং git diff-tree
নদীর গভীরতানির্ণয় কমান্ডটি হ'ল নাম পরিবর্তন সনাক্তকরণ করবেন কিনা তা git diff
ঠিক diff.renames
করার জন্য বিকল্পগুলির জন্য আপনার কনফিগার করা সেটিংস দেখায় Well ঠিক আছে, আরও, সামনের git diff
প্রান্তটি git diff-index
যদি আপনি সূচির সাথে কোন কমিটের তুলনা করছেন তবে উদাহরণস্বরূপ, অন্য কথায়, git diff
আপনার কনফিগারেশন পড়ে এবং ডান নদীর গভীরতানির্ণয় স্বয়ংক্রিয়ভাবে প্রার্থনা করে ।)