Linux
Command
Library
Basics
Tips
Commands
git-cvsexportcommit
Export a single `Git` commit to a CVS checkout.
TLDR
Merge a specific patch into CVS
$ git cvsexportcommit -v -c -w [path/to/project_cvs_checkout] [commit_sha1]
COLLAPSE ALL
Copied to clipboard