Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 168 Bytes

File metadata and controls

6 lines (4 loc) · 168 Bytes

Rebase branch

Back{: .button}

  • Fetch updates from upstream : git fetch upstream
  • Rebase your branch with upstream : git rebase upstream/master