TheGeneralist

Results 2 issues of TheGeneralist

Once a file (only a single file is being watched) gets modified, the `Modify` event gets triggered. Any consecutive modifications of the watched file do not result in the `Modify`...

Add a "force pull" command. This is rather just a normal pull with merge strategy `--strategy-option=theirs`, meaning it will automatically resolve merge conflicts with the remote's changes. This PR and...