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
Stagedfiles on the fly.
- Creates a GIT patch from
Unstagedfiles on the fly.
Applya patch byselectinga 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!
