Monday, July 11, 2022

Git Pull Request

 1. Create new branch 

git checkout -b test 



2. Make changes and do add, commit and push. 

While pushing  changes, keep in mind you have to mention 

branch name as "test" 


git push origin test 


3. Now go to Azure and create a Pull Request. 


Select "test" as source branch and "main" as destination branch


No comments:

Post a Comment

MCP v2 changes things a lot for the developer

 As I go deep into MCP v2, overwhelming changes are being noticed: Session is being done away with. Logging is removed - all you can do is u...