简体中文 ▾
Localized versions of git-write-tree manual
Topics ▾
Email
Latest version
▾
git-write-tree last updated in 2.0.5
Changes in the git-write-tree manual
Setup and Config
Getting and Creating Projects
Basic Snapshotting
Branching and Merging
Sharing and Updating Projects
Inspection and Comparison
Patching
Debugging
External Systems
Server Admin
Guides
- gitattributes
- Command-line interface conventions
- Everyday Git
- Frequently Asked Questions (FAQ)
- Glossary
- Hooks
- gitignore
- gitmodules
- Revisions
- Submodules
- Tutorial
- Workflows
- All guides...
Administration
Plumbing Commands
- 2.1.4 → 2.47.0 no changes
- 2.0.5 12/17/14
描述
使用当前索引创建一个树对象。新树对象的名称将打印到标准输出中。
索引必须处于完全合并状态。
从概念上讲,git write-tree 是将当前索引内容同步到一组树文件中。 为了与当前目录中的内容相匹配,您需要在执行 git write-tree 之前执行 git update-index 阶段。
GIT
属于 git[1] 文档