gukbi

Git

How to rebase main to current branch

git checkout <CURRENT_BRANCH>
git pull origin main --rebase