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

Comments

Leave a Comment

All fields are required. Your email address will not be published.