IDE's like Intellij provides a feature to create and apply a patch. This is an attempt to have the same feature available for VSCODE.
- Provides a context menu under SCM & File Explorer.
- Removed extra layer of confirmation.
- Better way to create & apply patch via dialog.
- Save patch at custom location.
- Creates a GIT patch from
Staged
files on the fly.
- Creates a GIT patch from
Unstaged
files on the fly.
Apply
a patch byselecting
a patch file on the fly.
You must have git
installed already.
- Patch sometimes fails due to HUNK errors.
- Patch doesn't take care of conflicts, if any.
Kindly provide your feedback to improve this extension.
Enjoy!