This message was deleted.
# report-bugs
s
This message was deleted.
p
i'm guessing you've already down
gt downstack get
and that didn't work?
cc @Jacob Gold
j
gt dev cache --clear
should fix this issue!
If you remember what commands you had run before, that would be helpful to try to figure out where the bug happened
1
s
Thanks, I was able to fix it with
gt dev cache --clear
and then using
gt branch track
to reestablish tracking. Then it happened again-- I’m almost certain that what causes this is either amending or adding a commit in the middle of
gt branch edit
, i.e. using
edit
on one of the intermediate commits during the interactive rebase session opened by
gt branch edit
.