-
Notifications
You must be signed in to change notification settings - Fork 2k
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
cannot use Caret with Git #840
Comments
Try running it with two carets: http://www.psteiner.com/2008/12/using-caret-in-windows-batch-files.html or use Powershell! |
ok, thanks. But this worked before I updated my older version some days ago... :-) |
Closed, really? it still not working it's only a bad workaround. You should to include as a bug |
This is how CMD works. If it was "working" at some point, then it was probably due to some bug in Clink, which must have been mishandling the input line, and that bug probably got fixed. You can confirm easily:
CMD is designed to prompt |
Can you clarify specifically which actions in the video you feel illustrate a bug? Maybe it isn't clear what Try doing an internet search for "cmd caret character" to find further information about how the caret works in CMD. |
Sorry, I thought I was clear enough. if you type caret It's possible it is happening only on my machine because It's weird nobody more reported previously, (it's very annoying can't type simple caret). I will install cmder in all my computers to testing that and write again later. |
Oh! Sorry, I didn't understand that the typing itself is what you were reporting -- i.e. before pressing Enter. The issue in the thread here is about what happens after pressing Enter. So the issue you're encountering sounds unrelated to this issue thread. My psychic powers tell me you using a keyboard layout where typing In that case, it was fixed in Clink v1.1.36, which Cmder probably has not picked up yet. You should be able to copy the latest Clink release into Cmder's |
If I have a git command ending with ^ like
git rebase abcdef^
the command is not executed but on the next line I get a "Mehr?", that's German for "More?".The text was updated successfully, but these errors were encountered: