Skip to content

How to rebase a branch with qa

Vivian Can edited this page May 11, 2021 · 1 revision
  1. git checkout qa

  2. git pull

  3. git checkout your-branch-name

  4. git rebase qa

  5. git push origin your-branch-name --force