I have a Github repository which originally had two branches master and dev.
I merged the dev branch, deleted it and now I only have one master branch.
The git log --oneline --all --graph
output looks like this:
I was expecting to have only one "line" of commits, how can I fix it?