From 35a7c7ce40d0fc187d772c64c3dc19b5b6b367d4 Mon Sep 17 00:00:00 2001 From: Emily Grace Seville Date: Sat, 7 Jan 2023 22:09:05 +1000 Subject: [PATCH] Add `git cvsexportcommit` page (#9736) --- pages/common/git-cvsexportcommit.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pages/common/git-cvsexportcommit.md 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}}`