Is there a way to monitor or view the git push from Visual Studio Code? i.e. "Pushing file 123/345" or "Pushing [filename]" or any version of that? or any kind of view as if you were FTPing and watching the files as they get uploaded. I have searched for the past couple of hours on google and I could find nothing to that effect.
Thanks.
gitdoesn't push files, it pushes references (branches and tags) and commits. Commits contain files butgitdoesn't report pushed files in commits separately.