For all intents and purposes, as long as no other branch is pointing to that commit, that commit is 'lost'. It's not immediately removed from your hard drive, but it's no longer considered part of your history.
Note that the technical name for branches in git is refs or references, which more accurately describe their nature.
Note that the technical name for branches in git is refs or references, which more accurately describe their nature.