Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

possibility to skip git repo 'clean' state #19

@toudi

Description

@toudi

Hi!
First of all - thanks for this great tool. I really like it. Could you concider making a boolean flag whether to check if the repo is clean? This way, if I would set this flag to false, I could incorporate the version into the commit I'm making, like so:

.. work, work, work
gitsem -n -m "%s - changed some stuff"
(-n for not checking)

currently (unless I get something wrong) I have to do the following:

.. work, work, work
gitsem -m "%s - changed some stuff"
(can't do it due to:)
2017/11/23 02:08:14 repo isn't clean
git commit -m "changed some stuff"
gitsem patch

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