Expand description
Git command abstractions (sync).
Functionsยง
- checkout_
new_ branch - Create and switch to a new branch.
- clone_
local - Clone from a local repo directory (fast, shares objects via hardlinks).
- clone_
shallow - Shallow-clone a repo (single branch, depth 1).
- clone_
shallow_ with_ env - Shallow-clone a repo with extra environment variables.
- cmd
- Run a git command in a directory and return stdout.
- cmd_
with_ env - Run a git command with extra environment variables.
- config_
set - Set a git config key in a repo.