gdiff vim other branch same file

Given you are on the development branch and have another branch my_topic
  And want to compare the same file on the two different branches
 When open a file in vim say, Gemfile
 Then type :Gdiff my_topic
  And Vim open Gemfile from my_topic branch in a new split
Bonyiii Over 8 years ago