You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I know timestamps in Git are a somewhat fungible but is there a way to sort the commit nodes in SourceTree's graph chronologically as given by the date stamps.
I have two branches and frequently merge from the trunk into my feature branch and would like to see all these merges appear as rungs of a latter between the two branches. For some reason though, the nodes are not listed chronologically and it makes an ungodly mess of lines:
According to the time stamps that yellow merge should have 'gone in' before the orange merge 'came out' and the orange should have 'gone in' before the blue 'came out' etc. and as a result the "tram lines" are 5 lanes wider than necessary. Is there a way to order by the time stamps as they are understood in the UI?
Arr, found the answer in this StackOverflow post: https://stackoverflow.com/questions/22878040/understanding-git-branches-graph-view/42262573#42262573
In particular I needed to sort by "Date Order" rather than "Ancestor Order" in that little bar at the top:
https://i.stack.imgur.com/1eN5f.png
I had been trying to click the "Date" column and searching the "View" dropdown list in an attempt to get it to sort and didn't even realise that bar was there.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.