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