Adjust Git_kv.commit to report staging status #8
Loading…
Reference in a new issue
No description provided.
Delete branch "add-commit"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The implementation is a bit too naïve and will report the commit dirty even when there are no staged changes. It only detects if we're inside a
change_and_push
.We can as well just say it's None within a change_and_push!?
But I'm fine with this proposal as well.
Sure, I think
None
is fine too. We can refine later if we find it desirable.