Our current workflow:
create a feature branch from dev. after developing the feature and having pushed the branch do a the following:
git checkout dev
git pull --rebase
(on dev)git checkout my-feature-branch
git rebase dev
from : https://stackoverflow.com/questions/51404094/should-i-rebase-with-dev-branch-before-making-a-pull-request
沒有留言:
張貼留言