This message was deleted.
# report-bugs
s
This message was deleted.
1
j
git rebase -i main
what was this for?
n
Just to rewrite a commit message
Called it out since I'm kinda suspecting it lead to the atypical state
if you edited a commit past the beginning of branch 3 we're unable to find the parent again and that's why the branch becomes untracked
n
Ah, I didn't know about
gt branch edit
. Will try that in the future ty