mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 02:46:01 +02:00
Add git cvsexportcommit
page (#9736)
This commit is contained in:
parent
65f2d285d0
commit
35a7c7ce40
1 changed files with 8 additions and 0 deletions
8
pages/common/git-cvsexportcommit.md
Normal file
8
pages/common/git-cvsexportcommit.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue