Pull Request
Last updated
Was this helpful?
Last updated
Was this helpful?
Pull Request 可搭配三種工作流模式
Feature Branch Workflow With Pull Requests
Gitflow Workflow With Pull Requests
Forking Workflow With Pull Requests
pull 的同時對 local branch 做 rebase
git pull --rebase origin master