git-diff-archive
Advanced tools
Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "git-diff-archive", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Archive of the diff files using node.js and git.", | ||
@@ -31,3 +31,4 @@ "main": "index.js", | ||
"bin": { | ||
"git_diff_archive": "bin/git_diff_archive" | ||
"git_diff_archive": "bin/git_diff_archive", | ||
"gda": "bin/gda" | ||
}, | ||
@@ -34,0 +35,0 @@ "dependencies": { |
@@ -25,3 +25,3 @@ git-diff-archive | ||
Go to the working directory. | ||
Then, run the `git_diff_archive` command. | ||
Then, run the `git_diff_archive` or `gda` command. | ||
@@ -31,2 +31,4 @@ ```bash | ||
$ git_diff_archive HEAD HEAD~5 | ||
# or | ||
$ gda HEAD HEAD~5 | ||
``` | ||
@@ -33,0 +35,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16536
123