You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
currently (unless I get something wrong) I have to do the following:
The text was updated successfully, but these errors were encountered: