Successfully added
Git
by Patrik
Create a new branch and make changes
git checkout -b feature/my-new-branch # add/edit files git add . git commit -m "Meaningful message" git push --set-upstream origin feature/my-new-feature # do a pull request using the Azure DevOps
Referenced in:
Comments