Slackbot
06/26/2023, 10:08 AMGeorgie
06/26/2023, 10:09 AMSee "git help gc" for manual housekeeping.
warning: The last gc run reported the following. Please correct the root cause
and remove .git/gc.log
Automatic cleanup will not be performed until the file is removed.
warning: There are too many unreachable loose objects; run 'git prune' to remove them.
I ignored it while I was trying to get some work out. This morning, I was working on a stack, submitted it (gt ss
) and after that I tried to switch to a different branch (gt bco
) but none of the branches I'd created in the approx the last week showed in gt bco
. gt bco branch_name
returned ERROR: Could not find branch branch_name
.
The ones I had pushed I could recover with gt downstack get branch_name
.
The ones i hadn't yet pushed to remote I could see in git branch
but haven't been able to get them into graphite, Even after pushing to remote git, gt branch track
returns ERROR: Could not find branch branch_name.
even though I can checkout the branch with git with git checkout branch_name
Pranathi Peri
06/27/2023, 1:21 PMJacob Gold
06/27/2023, 5:44 PMgit prune
? sounds like your git garbage collection is behindJacob Gold
06/27/2023, 5:44 PMGeorgie
07/03/2023, 10:20 AMgt branch track
returned ERROR: Could not find branch branch_name.
even though I can checkout the branch with git with git checkout branch_name
.