How to save output of git diff in local file


you can get output result in local file with

$ git diff > /home/sanu/myfile.diff




Comments

Popular posts from this blog

ImportError: No module named regex