Compare commits
2 commits
32d4e10529
...
4da0a0788d
| Author | SHA1 | Date | |
|---|---|---|---|
| 4da0a0788d | |||
| 367ece0661 |
1 changed files with 15 additions and 0 deletions
15
e089400e8a9e11fe9bf10d50b2f889d7/description
Normal file
15
e089400e8a9e11fe9bf10d50b2f889d7/description
Normal 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}`
|
||||
Loading…
Add table
Add a link
Reference in a new issue