Add git cvsexportcommit page (#9736)

This commit is contained in:
Emily Grace Seville
2023-01-07 22:09:05 +10:00
committed by GitHub
parent 65f2d285d0
commit 35a7c7ce40

View File

@@ -0,0 +1,8 @@
# 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}}`