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

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

@salcode

Description

@salcode

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions