Questions about Git dangling commits on systems like GitHub and BitBucket:
Do these systems garbage collect, so that dangling commits would eventually get removed? (I know they are bad for other repos users, I'm just exploring what-ifs)
Is there a way to fetch/clone the remote repos so these commits are included (ie get a full copy of all commits it contains)? I've tried this but I don't get the detached commits, I guess I'm missing a switch.