mikofski / JGit4MATLAB

JGit wrapper for MATLAB
https://mikofski.github.io/JGit4MATLAB
BSD 2-Clause "Simplified" License
5 stars 3 forks source link

add merge --abort #10

Open mikofski opened 11 years ago

mikofski commented 11 years ago

this would check if repository status is merging then call

git reset --hard HEAD

and change status to aborted or clean or safe?