Slackbot
06/14/2023, 11:34 AMVincent de Lagabbe
06/14/2023, 12:56 PMgt rs
does:
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).
Jacob Gold
06/14/2023, 2:18 PM-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)Vincent de Lagabbe
06/14/2023, 3:51 PMgit fetch
regularly then!