We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3adf87 commit 88add1fCopy full SHA for 88add1f
docs/staff-docs/procedures/bod-notes.md
@@ -26,3 +26,7 @@ If you have something you want to talk about at BoD, you should note it down on
26
4. `git add --all`
27
5. `git commit -m "update bod notes"`
28
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