I have created a local project with Visual Studio Code that implements a local Git repository.
Then I have create a Git repository on Visual Studio Online and I want to push all my project files to the remote repository...
What is the correct procedure to do it?
My .git\config files at this moment look like this:
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
precomposeunicode = true