gitwriters-draft3

This commit is contained in:
Eli Ridge 2026-06-02 16:44:16 +12:00
commit e2c71a806c

View file

@ -51,6 +51,12 @@ git rebase main
Notes: `rebase` is used instead of `merge` as rebase doesn't create any new commits, it applies commits that have been added to main to your feature branch, so it stays clean.
****
Push the updated local branch to your remote fork:
----
git push origin <branch-name> --force-with-lease
----
Update your local branch so that it is the same as your branch on your remote Fork:
****
Us this if you have made changes to your Forks branch in the Forge Web Interface: