Skip to content
New issue

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

fatal: bad alias.cmp string: unclosed quote #1

Open
DamianMorozov opened this issue Apr 12, 2024 · 1 comment
Open

fatal: bad alias.cmp string: unclosed quote #1

DamianMorozov opened this issue Apr 12, 2024 · 1 comment

Comments

@DamianMorozov
Copy link

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

@andronov-alexey
Copy link
Owner

@DamianMorozov
Thanks for opening the issue, but this project is obsolete since git-diff tool provides the same functionality and more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants