Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 1.71 KB

README.md

File metadata and controls

43 lines (25 loc) · 1.71 KB

MergeNow

Visual Studio 2022 extension for making quick TFVC merges.
Pick a changeset and merge it directly to selected target branch:

MergeNow view

Installation

Get the extension from here and double clik on the VSIX file.

Requirements

  • Microsoft Visual Studio 2022 installed
  • .NET Framework 4.8 or later installed

Cool Features

  • Direct access from Pending Changes page in Visual Studio

    MergeNow view

  • Find changeset by:

    • Typing it's number

    • Browsing using VS Find Changeset dialog

      MergeNow view

    • Finding a changeset in VS View History window and selecting Merge Now from right click context menu

      MergeNow view

  • See found changeset details when clicked on a link

    MergeNow view

  • Set default merge comment format. Go to Tools/Options in VS and look for Merge Now settings section.

MergeNow view

  • Advanced menu:

    • Combined merge - merge a changeset to several target branches and check-in all at once. Comment will be amended with all target branch names, instead of beaing replaced.

    • Clear Pending Changes - clears comment, clears associated workitems and excludes all pending changes. Won't undo pending changes.