Why does my git log graph grow one more line after I merge a branch each time?
问题 I'am used to use git log --oneline --graph --decorate --all as alias git ll to see the graph of commits in terminal But a problem confuse me when every single time I merge my develop to master . The output of the command above may be like this: * 0d1bf7b (HEAD -> master) Fix typo * f843224 Merge 'develop' to 'master' |\ * | d673b76 (origin/master) Remove console.log for license information * | 5080afc Remove all http url in production * | f28e74b Merge branch 'develop' |\ \ * \ \ 75c5b90