Skip to content

Commit 88add1f

Browse files
authored
Update bod notes with branch sync instructions
Add instructions for syncing branch with main branch.
1 parent d3adf87 commit 88add1f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/staff-docs/procedures/bod-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,7 @@ If you have something you want to talk about at BoD, you should note it down on
2626
4. `git add --all`
2727
5. `git commit -m "update bod notes"`
2828
6. `git push`
29+
30+
## My branch is out-of-sync with the main branch
31+
32+
Do steps 1-2 of the CLI guide, then run `git pull`, `git rebase origin/main`, and `git push --force`.

0 commit comments

Comments
 (0)