I am using ubuntu 14.04 and before pushing the code, I used to run command git diff
so that I can know what changes I made in the code.
Then someone told me, I should use meld for resolving merge confilcts.
I am not able to resolve any conflicts nor able to use git diff anymore, because meld is too complicated. So I want to restore back the old git diff.
I am getting this error when I do git diff
.
Usage:
meld Start with an empty window
meld <file|dir> Start a version control comparison
meld <file> <file> [<file>] Start a 2- or 3-way file comparison
meld <dir> <dir> [<dir>] Start a 2- or 3-way directory comparison
meld <file> <dir> Start a comparison between file and dir/file
meld: error: too many arguments (wanted 0-3, got 7)
external diff died, stopping at app/Plugin/Community/Controller/CommunitiesContr
All I want to see is the difference of code edited by me from the original, so that I can verify the changes before pushing.