[Lavanya Deepak] Lavanya Deepak
Technology for Better Business and Higher Standards of Life

Sunday, March 21, 2021

Soft way to peek into the other branch in GIT

 At times we may need to have a softer way to peek into the other branch of GIT particularly when trying to resolve Merge Conflicts with Azure DevOps because the latter does not have a friendly GUI for the same in its web-based Pull Request.

The following quick GIT commandline would help in here handy:

git pull --no-rebase origin   <desired branch name to pull from>



0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home