📝 Added small additional note regarding merge

This commit is contained in:
z3rOR0ne 2022-12-09 17:03:29 -08:00
parent 422dbfca6c
commit e72f5b4a00

View file

@ -107,6 +107,9 @@ git checkout main
git merge new_branch
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
you need to message them regarding this, be sure to do so.