libgit2 / objective-git

Objective-C bindings to libgit2
MIT License
1.16k stars 280 forks source link

Merging the delete files without conflict #683

Open zzzzzeus opened 5 years ago

zzzzzeus commented 5 years ago

Hi, THe file delete on local branch , modified on remote branch, no conflict when I merge with -(BOOL)mergeBranchIntoCurrentBranch:(GTBranch *)fromBranch withError:(NSError **)error;