visual studio - View diff between two git revisions in VS2013 -


when using git source control in vs2013, there way show diff between 2 arbitrary versions of source file in integrated editor (either built in functionality or free extension/plugin)?

so far found out how display changes made since last commit or 1 commit next.

if makes difference: i'm using vs c++.

you can following:

  1. right click on file , choose "view history"

    enter image description here

  2. on history tab choose 2 revisions you'd compare

    enter image description here

  3. finally click on 1 of selected revisions , choose "compare..."

    enter image description here


Comments

Popular posts from this blog

jquery - How do you format the date used in the popover widget title of FullCalendar? -

Bubble Sort Manually a Linked List in Java -

asp.net mvc - SSO between MVCForum and Umbraco7 -