From 367ece066178d0d8bd03659e2bd54c371a401dd1 Mon Sep 17 00:00:00 2001 From: Sebastian Kuzminsky Date: Mon, 7 Jul 2025 12:23:17 -0600 Subject: [PATCH] update 'description' in issue e089400e8a9e11fe9bf10d50b2f889d7 --- e089400e8a9e11fe9bf10d50b2f889d7/description | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 e089400e8a9e11fe9bf10d50b2f889d7/description diff --git a/e089400e8a9e11fe9bf10d50b2f889d7/description b/e089400e8a9e11fe9bf10d50b2f889d7/description new file mode 100644 index 0000000..1b0558e --- /dev/null +++ b/e089400e8a9e11fe9bf10d50b2f889d7/description @@ -0,0 +1,15 @@ +keep local `entomologist-data` branch in sync with `origin/entomologist-data` + +My git workflow does not use `git pull`, instead i: +1. `git fetch` +2. `git merge` or `git rebase` + +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: +1. `git fetch` +2. `git checkout entomologist-data` +3. `git merge origin/entomologist-data` +4. `git checkout ${BRANCH}`