evansendra / mingit

An extremely minified alias for git commands.
75 stars 8 forks source link

"g commit --amend" issues #12

Closed ozcanovunc closed 1 year ago

ozcanovunc commented 7 years ago

I wanted to change my commit message by running

But it gave me errors like

In the same way, when I run

I end up with following error as well

However g commit --amend -m "Save theme" works fine git commit --amend -m "Save theme" works also fine

evansendra commented 2 years ago

Hi @ozcanovunc I'm not sure if you're still using this alias, but I was able to make the issue go away by running

git commit --amend -m "Save theme"

after which

g commit --amend -m "Save theme"

worked

Does it fix the issue for you as well?

evansendra commented 1 year ago

closing for now please re-open if you need help