gitext-rs / git-stack

Stacked branch management for Git
Apache License 2.0
491 stars 19 forks source link

`git sync` does not rebase branches #261

Closed epage closed 1 year ago

epage commented 1 year ago

Please complete the following tasks

Description

A fetch occurs but no rebase happens

Version

v0.10

Steps to reproduce

  1. Merge a PR
  2. Run git sync

Actual Behaviour

No side effect is noticed

Expected Behaviour

Branches get rebased

Debug Output

No response

epage commented 1 year ago

The root cause is I did not correctly set the onto when implementing git sync, choosing the local branch instead of the remote branch