Update pages/common/git-mktree.md

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Ryan Alexander Canete 2023-12-14 11:57:15 +08:00 committed by GitHub
parent 66a56a1cd9
commit 84a5826307
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
> Build a tree object using `ls-tree` formatted text.
> More information: <https://git-scm.com/docs/git-mktree>.
- Allow for missing objects which bypass the default behavior that verifies each tree entry has an existing object:
- Allow missing objects which bypass the default behavior that verifies each tree entry has an existing object:
`git mktree --missing`