forked from docs/team-docs
gitwriters-draft3
This commit is contained in:
parent
9af4b96b6a
commit
e2c71a806c
1 changed files with 6 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue