Describe the feature that you'd like
I would like to see a function that can export only changed files with working directories when select a commit. Like this command:
7z a -tzip yourfile.zip $(git diff-tree --no-commit-id --name-only hash_code_here -r)
Sorry, I will not implement any new features because the license prohibits publishing on the marketplace.
I will focus instead on https://github.com/phil294/git-log--graph/.
Describe the feature that you'd like I would like to see a function that can export only changed files with working directories when select a commit. Like this command: 7z a -tzip yourfile.zip $(git diff-tree --no-commit-id --name-only hash_code_here -r)