- I Just created the new repository in Azure DevOps
- I tried to pushed my project from the local computer and getting error message "Updates were rejected because the tip of your current branch is behind"
I am assuming that I am getting this message because one commit is created (Added README.md, .gitignore files) automatically when I created the new repository on Azure Devops remote repository.
How can I push it to the remote repository?
I did fetch command but still getting the same message and cannot push. Note: I am the only one working for the new repository and nobody touches or push it.