How to Commit Files to an Azure DevOps Repository Using an Azure DevOps Pipeline
Login to your Azure DevOps account and create a pipeline Under steps add the below task Here the checkout URL is like git://{ Your Project }/{Your Repository Name}@{Branch Name} Once you added this task, now create a bash script task…