Open xgqfrms-GitHub opened 2 years ago
# 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
not rebase
https://github.com/web-full-stack/git/tree/feature
https://github.com/web-full-stack/git/compare/feature?expand=1
https://github.com/web-full-stack/git/pull/2