Closed Smert closed 8 years ago
git pull in NCI create Merge branch 'develop' of ... commits if branch been rebased. These unnecessary merge commits can interfere with build scripts
git pull
Merge branch 'develop' of ...
Thank you for contribution, but --rebase will not help in this case, because it still merge branches, I'm currently working on it (replacing pull by fetch + reset)
--rebase
Yes. It is right :)
git pull
in NCI createMerge branch 'develop' of ...
commits if branch been rebased. These unnecessary merge commits can interfere with build scripts