A file system implementation.
What to name the branch.
Optional
checkout?: booleanUpdate HEAD
to point at the newly created branch.
Optional
force?: booleanInstead of throwing an error if a branched named ref
already exists, overwrite the existing branch.
Optional
gitdir?: stringThe git directory path (default: {dir}/.git
).
Optional
startWhat oid to use as the start point. Accepts a symbolic ref (default: HEAD
).
Generated using TypeDoc
The working tree directory path.