jazzg62 / copy-changes

This extension allows you to copy the part of the project that has been changed, including files and folders.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Git Changes

This extension allows you to view changed parts of your git project, including files and folders.

这个拓展可以让你查看 git 项目中有改动的部分,包含文件和文件夹

How to use

Open the sidebar Source Control, right-click on the changed file and select Show Changes

After a successful copy, the temporary folder where all changed files are stored is automatically opened.

demo

Feature

View changed files and folders in git project

Supports selecting some changes to view

Known issues

Currently only supports Windows

If the project contains special characters, it may fail. You can try running the following command to fix it.

git config --global core.quotepath false

Problem feedback and suggestions

Submit ISSUE

About

This extension allows you to copy the part of the project that has been changed, including files and folders.

License:MIT License


Languages

Language:TypeScript 56.9%Language:JavaScript 43.1%