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>



[Imported from Blogdrive]Online Virus Scanners

Online Virus Scanners Virus Scanners are no longer difficult to install, tedious to configure. There are easy to use Online Virus Scanne...