Error from git during push, but still pushes successfully?
In ADO with a YML pipeline, in a PowerShell task, on a MSFT hosted agent, I am running these commands, to initialize a folder with files, and push it to an existing (empty) repository in ADO.
Prompt “fatal: bad revision ‘origin/myBranch‘” when trying to push to remote
I am having a branch with name curDev1
. I try to push it to remote and get the following error message