Tagged Questions
18
votes
2answers
9k views
Git merge flattening
If I am working in multiple branches on a single feature, I use git pull branch1 branch2 branch3 to pull all the changes into my master branch. However, all the commit logs of each branch are copied ...