pub fn git_checkout_tool() -> ToolDef
Create the git_checkout tool.
git_checkout
Switches to the given branch. Set create: true to create and switch (equivalent to git checkout -b).
create: true
git checkout -b