📝 Added small additional note regarding merge
This commit is contained in:
parent
422dbfca6c
commit
e72f5b4a00
1 changed files with 3 additions and 0 deletions
|
|
@ -107,6 +107,9 @@ git checkout main
|
||||||
git merge new_branch
|
git merge new_branch
|
||||||
git push your_remote
|
git push your_remote
|
||||||
|
|
||||||
|
# Be sure to clean up the merged branch as it is now part of the main project
|
||||||
|
git remote rm new_remote
|
||||||
|
|
||||||
# Note: This will automatically close the pull request on the repository, so if
|
# Note: This will automatically close the pull request on the repository, so if
|
||||||
you need to message them regarding this, be sure to do so.
|
you need to message them regarding this, be sure to do so.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue