Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Remove unnecessary quotes from "recover-rejected-commit" alias #132

Open
salcode opened this issue Mar 20, 2021 · 0 comments
Open

Remove unnecessary quotes from "recover-rejected-commit" alias #132

salcode opened this issue Mar 20, 2021 · 0 comments

Comments

@salcode
Copy link
Member

salcode commented Mar 20, 2021

Currently, the alias is defined as

recover-rejected-commit = "!f() { git "commit -e --file=$(git rev-parse --git-dir)/COMMIT_EDITMSG"; }; f"

however the inner quotes (") are not needed. The following works instead

recover-rejected-commit = "!f() { git commit -e --file=$(git rev-parse --git-dir)/COMMIT_EDITMSG; }; f"
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant