You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Step 1: `Clone` the repository or `update` your local repository with the latest changes.
$ git pull origin main
# Step 2: `Switch to` the `base branch` of the pull request.
$ git checkout main
# Step 3: `Merge` the `head` branch into the `base` branch.
$ git merge feat-rebase
# Step 4: `Push` the changes.
$ git push -u origin main
https://github.com/web-full-stack/git/tree/feature
https://github.com/web-full-stack/git/compare/feature?expand=1
#2
The text was updated successfully, but these errors were encountered: