From ae07c44030ff597be80988b63460595e8bea132f Mon Sep 17 00:00:00 2001 From: Sean Morley Date: Wed, 17 Sep 2025 19:23:47 -0400 Subject: [PATCH] Remove duplicate comment for syncing development branch with main in .env.example --- backend/server/.env.example | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/server/.env.example b/backend/server/.env.example index 60fa9dc0..3246f9b9 100644 --- a/backend/server/.env.example +++ b/backend/server/.env.example @@ -37,8 +37,6 @@ EMAIL_BACKEND='console' # PGUSER='admin' # PGPASSWORD='admin' -# ------ For Sean's use: ----- # -# Re-sync the development branch with main after doing squash merges # ------ For Sean's use: ----- # # 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