Let's say I have 2 branches. Master and dev. I run the following:
git checkout dev
git merge master
This occurs when changes on the master branch need to be merged into the dev branch (rare...) However, after doing this (and in other seemingly random scenarios) gitk shows:
. - Dev
| \. - Master
| |
| . Commit 2
| |
| /
. - Commit 1
How can I make the master branch always be the left-most displayed branch?