I have done some updates on a branch and merge it to master. But it seems I've done a mistake, and I do not know how to fix it.
git log --all --decorate --oneline --graph
give this :
* 85b7966 (HEAD -> master, origin/master, origin/HEAD) Merge pull request #2 from doom-fr/improve-documentation
|\
| * 547f135 (origin/improve-documentation) Improve documentation : add linux installation instructions
|/
* 66dac19 Merge pull request #1
I think that (origin/improve-documentation)
should not be there.
How can I remove it ?