mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
14 lines
351 B
Plaintext
14 lines
351 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|