Add `git cvsexportcommit` page (#9736)

pull/3/head
Emily Grace Seville 2023-01-07 22:09:05 +10:00 committed by GitHub
parent 65f2d285d0
commit 35a7c7ce40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

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}}`