Questions about Git hangs occur on systems like GitHub and BitBucket:
Do these systems collect garbage so that dangling commits are eventually removed? (I know that they are harmful to other repository users, I'm just learning what-if)
Is there a way to get / clone remote repositories so that these commits are enabled (i.e. get a full copy of all the commits that it contains)? I tried this, but I don't get separate commits, I think I miss the switch.
source share