We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User-case
d: && cd d:\DevSources\Git\ git clone https://github.com/andronov-alexey/git-cmp.git cd d:\DevSources\Git\git-cmp git config --global alias.cmp '!sh d:/DevSources/Git/git-cmp/cmp.sh' git branch test git switch test echo Foo >> test.txt git add . git commit -m "Test" git branch git cmp master test
Output
fatal: bad alias.cmp string: unclosed quote
OS: Windows 10. git version 2.44.0.windows.1
The text was updated successfully, but these errors were encountered:
@DamianMorozov Thanks for opening the issue, but this project is obsolete since git-diff tool provides the same functionality and more
Sorry, something went wrong.
No branches or pull requests
User-case
Output
OS: Windows 10.
git version 2.44.0.windows.1
The text was updated successfully, but these errors were encountered: