If I created some dangling blobs or commits on my local repo(say by amending or rebasing commits), will these dangling objects be pushed to remote repo when I run git push?
Also if I created some dangling blobs in the remote repo (say by rebasing locally and then force update the remote repo), how will git handle the dangling objects in the remote repo? Will they remain there forever?