Configuring Pulsar as core.editor for Git on Windows #195
Unanswered
flewisflewis
asked this question in
Pulsar Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use Pulsar as my core.editor on Windows 10.
When I run this line in GitBash:
git config --global core.editor "'C:\\Program Files\\Pulsar\\Pulsar.exe' --wait"
The following line gets added to my .gitconfig file:
editor = 'C:\\Program Files\\Pulsar\\Pulsar.exe' --wait
But then when I run
git commit
in GitBash, Pulsar opens, but the--wait
flag is ignored.$ git commit hint: Waiting for your editor to close the file... Aborting commit due to empty commit message.
Can anyone tell me what I am doing wrong or how to do this correctly? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions