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

possibility to skip git repo 'clean' state #19

Open
toudi opened this issue Nov 23, 2017 · 0 comments
Open

possibility to skip git repo 'clean' state #19

toudi opened this issue Nov 23, 2017 · 0 comments

Comments

@toudi
Copy link

toudi commented Nov 23, 2017

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
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