This message was deleted.
# bug-reports
s
This message was deleted.
v
apparently
gt rs
does:
Copy code
git pull --ff-only
which doesn't fetch the repo:
--ff-only
Only update to the new history if there is no divergent local history. This is the default when no method for reconciling divergent histories is provided (via the --rebase=* flags).
j
Currently the behavior of only fetching trunk is intentional (
-r
doesn’t change this) — we’re looking at allowing repo sync to update all branches, which is a change that should be rolling out in the next couple of months. (getting the behavior exactly correct for stacks was historically the blocker)
👍 1
🙏 1
v
OK thanks! I will tell my coworker to
git fetch
regularly then!