I'll be honest, my background is SVN, git completely confuses me, and git's documentation doesn't make any sense to me, none, zero.
I know from some communications from coworkers that there are additional directories and files that are in the remote repository from stuff they've been working on. I don't see them locally. I would like my local working space to reflect all those changes. I don't know the names of all the files -- there might be hundreds.
Something like clone, but doesn't complain about a local copy being present. I've tried out all kinds of commands and got nowhere, either "fatal error" or "already up-to-date".
So far, I've managed to overwrite and lose some existing work. Don't know how I did it -- I thought version control should never, ever, ever (x 254) let this happen!