Understanding what is wrong in this git commit graph -


i trying figure out did wrong looking @ commit graph here. have used alphabets , b show each commits parent. shouldn't going straight instead of bending @ security

how read kind of graph figure out went wrong? have been given believe healthy commit graph goes straight way. in case not right or it?

apologies if question doesn't have enough information. don't know how provide more. here gitk view

gitk output

edit

here sourcetree view sourcetree ouput

the graph in sourcetree seems more healthier compared see in gitk. why different?

those identical graphs. gitk puts bend in there preserve (very limited) ui space.

try running:

gitk --date-order 

that should make things more similar, though still have bend @ "security".


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -