git - Efficient mothod to compare two folders under version control -


there 2 folders , b 2 working spaces of version controlled source codes (i.e. git or svn), , have same repo version or close version. there lots of files in working space , take long time compare 2 folder directly using kdiff3 or etc software.

it easy generate changed file list of folder , b using git status. can kdiff3 or similar software compare files in list speed comparison process? or there other quick method speed comparison between , b, or keep them synchronized.

just use regular diff , if necessary --exclude=.git/


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -