Compare commits

...

2 commits

Author SHA1 Message Date
4da0a0788d Merge remote-tracking branch 'origin/entomologist-data' into entomologist-data
* origin/entomologist-data:
  update 'description' in issue eee4a129dacac9ddff2e50580e822cbf
  update 'description' in issue a97c817024233be0e34536dfb1323070
  update 'description' in issue 1ebdee0502937bf934bb0d72256dbdd1
  update 'description' in issue 8edf884dbde5828a30a4dccad503f28a
  update 'description' in issue 198a7d56a19f0579fbc04f2ee9cc234f
2025-07-07 12:23:52 -06:00
367ece0661 update 'description' in issue e089400e8a9e11fe9bf10d50b2f889d7 2025-07-07 12:23:17 -06:00

View file

@ -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}`