Skip to content

Commit

Permalink
Remove rebasing section -- mostly covered in DM docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick committed Dec 11, 2024
1 parent 5237a65 commit 67ebaea
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,6 @@ These checks will:

The checks will rerun anytime the PR branch is updated.

Rebasing
--------

If a pull request shows the message "This branch is out-of-date with the base branch", then the "Update with rebase" button should be selected and pressed on the right to update it.
The "Update branch" selection should not be used, as it will perform a merge, which is undesirable behavior that will cause the rebase check to fail.

Rebasing can also be accomplished using a command like `git rebase -i main` locally after updating `main` and then force pushing the rebased branch using `git push -f`.

Schema Versioning Overview
--------------------------

Expand Down

0 comments on commit 67ebaea

Please sign in to comment.