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

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -