Azure devops throwing stderr: ‘fatal: You are not currently on a branch.’ when trying to push the code to checked out branch using GitPython library
I am trying to check out a git branch,generate files using python code and then push the changes to the branch using GitPython library