Remove duplicate comment for syncing development branch with main in .env.example

This commit is contained in:
Sean Morley
2025-09-17 19:23:47 -04:00
parent 77c1f51626
commit 9f5cc9ccb8

View File

@@ -37,8 +37,6 @@ EMAIL_BACKEND='console'
# PGUSER='admin' # PGUSER='admin'
# PGPASSWORD='admin' # PGPASSWORD='admin'
# ------ For Sean's use: ----- #
# Re-sync the development branch with main after doing squash merges
# ------ For Sean's use: ----- # # ------ For Sean's use: ----- #
# Re-sync the development branch with main after doing squash merges # Re-sync the development branch with main after doing squash merges
# git fetch origin && git checkout development && git reset --hard origin/main && git push origin development --force # git fetch origin && git checkout development && git reset --hard origin/main && git push origin development --force