diff --git a/pages/common/git-cvsexportcommit.md b/pages/common/git-cvsexportcommit.md new file mode 100644 index 0000000000..3bbdf04d16 --- /dev/null +++ b/pages/common/git-cvsexportcommit.md @@ -0,0 +1,8 @@ +# git cvsexportcommit + +> Export a single `Git` commit to a CVS checkout. +> More information: . + +- Merge a specific patch into CVS: + +`git cvsexportcommit -v -c -w {{path/to/project_cvs_checkout}} {{commit_sha1}}`