Compare commits
No commits in common. "4da0a0788db235c2dd1fb8eefd86a0a1c3e8066d" and "32d4e105290446826a0081ccb4cbe7130f82672c" have entirely different histories.
4da0a0788d
...
32d4e10529
1 changed files with 0 additions and 15 deletions
|
|
@ -1,15 +0,0 @@
|
|||
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}`
|
||||
Loading…
Add table
Add a link
Reference in a new issue