Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/staff-docs/procedures/bod-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ If you have something you want to talk about at BoD, you should note it down on
4. `git add --all`
5. `git commit -m "update bod notes"`
6. `git push`

## My branch is out-of-sync with the main branch

Do steps 1-2 of the CLI guide, then run `git pull`, `git rebase origin/main`, and `git push --force`.
Loading