.Net, Rails, and other stuff
Sai Jyothi Prasad Ponduru's learning blog
Thursday, August 8, 2013
git - diff files between 2 branches
http://stackoverflow.com/questions/4099742/how-can-i-compare-files-from-two-different-branches
To diff a single file in 2 branches:
git diff mybranch master -- myfile.cs
To diff all files in 2 branches:
git diff mybranch master
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment