sayhicoelho / gitcopy

A Node.js CLI to copy all modified files from Git.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gitcopy

A Node.js CLI to copy all modified files from Git.

Install

npm install -g .

Run

gitcopy <commit_a> <commit_b>

If you don't pass commit_a and commit_b, the last commit will be used.

License

MIT

About

A Node.js CLI to copy all modified files from Git.


Languages

Language:JavaScript 100.0%