ginko pull
ginko pull [target] [options]Description
Section titled “Description”Pulls changes from the cloud dashboard/graph to your local files. Use this to get updates made by teammates or through the web dashboard.
Options
Section titled “Options”| Flag | Description |
|---|---|
--force | Overwrite local files with graph data |
Targets
Section titled “Targets”| Target | Description |
|---|---|
| (none) | Pull all changes |
sprint | Pull only sprint changes |
Examples
Section titled “Examples”# Pull all changesginko pull
# Pull sprints onlyginko pull sprint
# Force overwriteginko pull --forceRelated Commands
Section titled “Related Commands”- ginko push — Push to graph
- ginko diff — Compare before pulling