grgit-apply
Description
Reads the supplied diff output (i.e. "a patch") and applies it to files in the repository.
This command applies the patch but does not create a commit.
Options
- patch
-
(
Object
, default:null
) The file to read the patch from. This can be ajava.io.File
,java.nio.file.Path
, or aString
.