sync might not work with worktree
Abierto
bug
topic: cli - worktrees
- Lenguaje dominante
- Go
- Estrellas
- 1.5k
- Forks
- 70
- Merge medio
- 1 d 8 h
- PR fusionados (30 d)
- 7
Descripción
I get conflicts when syncing after a merge `gh stack sync` has a warning
```
⚠ Failed to fast-forward master: failed to run git: fatal: cannot force update the branch 'master' used by worktree at 'XXX'
```
seems the fix is to `git rebase --onto origin/master` but `gh stack rebase` does not have `--onto`
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.