snippetbashTip
git cvsexportcommit — Export a single `Git` commit to a CVS checkout. More information: <https://git-scm.com/docs/git-cvse
Viewed 0 times
commandgitcommitcvscliexportgit cvsexportcommitsingle
Problem
How to use the
git cvsexportcommit command: Export a single Git commit to a CVS checkout. More information: <https://git-scm.com/docs/git-cvsexportcommit>.Solution
git cvsexportcommit — Export a single Git commit to a CVS checkout. More information: <https://git-scm.com/docs/git-cvsexportcommit>.Merge a specific patch into CVS:
git cvsexportcommit -v -c -w {{path/to/project_cvs_checkout}} {{commit_sha1}}Code Snippets
Merge a specific patch into CVS
git cvsexportcommit -v -c -w {{path/to/project_cvs_checkout}} {{commit_sha1}}Context
tldr-pages: common/git cvsexportcommit
Revisions (0)
No revisions yet.