mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-24 20:52:14 +00:00
Update cheatsheets
This commit is contained in:
13
git-cvsexportcommit
Normal file
13
git-cvsexportcommit
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
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}}`
|
||||
Reference in New Issue
Block a user