> For the complete CircleCI developer hub index, see [llms.txt](https://circleci.com/developer/llms.txt)

# mavenlink/git

A set of tools for optimizing git operations in a workflow


## Commands

### checkout

| Parameter | Type | Default | Description |
|---|---|---|---|
| `depth` | integer | 1 | Limit fetching to the specified number of commits from the tip of each remote branch history. See git fetch documentation for more information.
 |
| `repo_path` | string | $CIRCLE_WORKING_DIRECTORY | Checkout code into a specified directory. |