Skip to content

ginko pull

Terminal window
ginko pull [target] [options]

Pulls changes from the cloud dashboard/graph to your local files. Use this to get updates made by teammates or through the web dashboard.

FlagDescription
--forceOverwrite local files with graph data
TargetDescription
(none)Pull all changes
sprintPull only sprint changes
Terminal window
# Pull all changes
ginko pull
# Pull sprints only
ginko pull sprint
# Force overwrite
ginko pull --force