From 87e591e98c9f8b3196c14c1f0ac0379882b39a64 Mon Sep 17 00:00:00 2001 From: Sebastian Kuzminsky Date: Tue, 8 Jul 2025 00:31:18 -0600 Subject: [PATCH] update 'description' in issue e089400e8a9e11fe9bf10d50b2f889d7 --- e089400e8a9e11fe9bf10d50b2f889d7/description | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/e089400e8a9e11fe9bf10d50b2f889d7/description b/e089400e8a9e11fe9bf10d50b2f889d7/description index 6a4ff9e..7b853a3 100644 --- a/e089400e8a9e11fe9bf10d50b2f889d7/description +++ b/e089400e8a9e11fe9bf10d50b2f889d7/description @@ -1,4 +1,4 @@ -keep local `entomologist-data` branch in sync with remote +add `ent sync` to keep local `entomologist-data` branch in sync with remote My git workflow does not use `git pull`, instead i: 1. `git fetch` @@ -8,8 +8,9 @@ When i run `git fetch` to fetch new issues, my local `entomologist-data` branch does not get automatically synchronized with `origin/entomologist-data`. -The clumsy workaround is: +My current clumsy manual workaround is: 1. `git fetch` 2. `git checkout entomologist-data` 3. `git merge origin/entomologist-data` 4. `git checkout ${BRANCH}` +5. `git push origin entomologist-data`