Hello everyone.
I just merged my dev branch on my master branch and I’m surprised there isn’t a arrow from dev to the commit merge, like on the icon, to indicate the merge.
There is a way to show it ? Maybe I did something wrong during merging.
Hello everyone.
I just merged my dev branch on my master branch and I’m surprised there isn’t a arrow from dev to the commit merge, like on the icon, to indicate the merge.
There is a way to show it ? Maybe I did something wrong during merging.
Did you merge locally or via the web browser? If you merged dev
to master
locally, maybe you forgot to push master
to your remote repo?
Locally with git merge squash and I pushed master. The merge is successful, it’s just on the graphic where there isn’t an arrow to indicate the merge. Maybe there isn’t it on GitLab ? (I’m used to Github)
What does git log --oneline --graph
from the master
branch show you?
All commit on master since the initial.
$ git log --oneline --graph