Module git_create_tree_request_tree_inner

Source

Structs§

GitCreateTreeRequestTreeInner

Enums§

Mode
The file mode; one of 100644 for file (blob), 100755 for executable (blob), 040000 for subdirectory (tree), 160000 for submodule (commit), or 120000 for a blob that specifies the path of a symlink.
Type
Either blob, tree, or commit.