Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant