Add license
README.md in proper markdown
Big bang
Text based tool to compare:
NOTE:
Right now the only supported version control system is "git"
Execute "c --help" for further info.
Examples:
$ c folder1 folder2
$ c origin/my_branch
$ c backup orign/some_branch
$ c origin/branch1^ origin/branch1
Simply execute the provided ìnstall.sh
script, which will:
Copy "c" to "/usr/local/bin"
Copy "meldgit.sh" to "/usr/local/bin"
chmod +x /usr/local/bin/c
chmod +x /usr/local/bin/meldgit.sh
Copy folder "c_script_libs" (and its contents) into "/usr/local/bin"
Add the following lines to your "~/.gitconfig" file:
[diff]
external = "meldgit.sh"