ในหนังสือชุมชนคอมไพล์กล่าวว่า
สิ่งที่น่าสนใจอีกอย่างที่คุณสามารถทำได้คือแสดงภาพกราฟการกระทำด้วยตัวเลือก '--graph' ดังนี้:
$ 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
แตกต่างจากส่วนที่เหลือ?