![]() |
![]()
| ![]() |
![]()
NAMEgit-rebase-patch - Rebases a patch SYNOPSISgit-rebase-patch <patch-file> DESCRIPTIONGiven you have a patch that doesn't apply to the current HEAD, but you know it applied to some commit in the past, git-rebase-patch will help you find that commit and do a rebase. OPTIONS
EXAMPLESExecuting
could give you something like that:
Then your last commit has the changes of the patch and is named test.patch. AUTHORWritten by Niklas Fiekas <niklas.fiekas@tu-clausthal.de> REPORTING BUGS<https://github.com/tj/git-extras/issues> SEE ALSO<https://github.com/tj/git-extras>
|