Leave repository in clean state after commit - #3
Conversation
This will clean repository state after commit removing all `@commit` from diff.
jryio
commented
Jan 16, 2016
Oh this is great! Let run some tests quickly. Thank you so much for this! Leaving the repository littered with changes to stage was not the best. |
jryio
commented
Jan 16, 2016
@hauleth One issue I am having is that once a commit is complete, the That is, once you write your commit and close the editor, the process does not quit immediately after completing the Here is the output I got after letting This might be caused by how Bash implements the For reference I am running a zsh terminal session, using Git version 2.6.3 and using Vim as my commit editor. |
This will clean repository state after commit removing all
@commitfrom diff.