rebase - GregHib/void GitHub Wiki
Rebasing is a way of taking you existing changes and applying them on-top of the latest version of another branch.
YouTube - Git Rebase in IntelliJ
- Fetch the latest changes
- Checkout the branch you want to update
- Rebase onto
Remote | origin/main
branch