গিট সম্প্রদায়ের বইয়ে, এটি বলে
আপনি করতে পারেন এমন আরও একটি আকর্ষণীয় জিনিস হ'ল '- অনুগ্রহ' বিকল্পের সাথে প্রতিশ্রুতিবদ্ধ গ্রাফটি দৃশ্যমান করা যেমন:
$ git log --pretty=format:'%h : %s' --graph * 2d3acf9 : ignore errors from SIGCHLD on trap * 5e3ee11 : Merge branch 'master' of git://github.com/dustin/grit |\ | * 420eac9 : Added a method for getting the current branch. * | 30e367c : timeout code and tests * | 5a09431 : add timeout protection to grit * | e1193f8 : support for heads with slashes in them |/ * d6016bc : require time for xmlschema
এটি কমিটের ইতিহাসের লাইনের একটি দুর্দান্ত সুন্দর ASCII উপস্থাপনা দেবে।
এই গ্রাফটি আমার কীভাবে পড়া উচিত? কীভাবে 420eac9
বাকী থেকে আলাদা?