Pull latest changes from git repository
Pull latest changes from the remote git repository.
if specified, pulls a specific branch.
cs git pull [flags]
# Pull latest HEAD from current branch
$ cs git pull
# Pull branch staging from remote origin
$ cs git pull --remote origin --branch staging
--branch string Branch to pull
-h, --help help for pull
--remote string Remote to pull from
-a, --api string URL of Codesphere API (can also be CS_API)
-t, --team int Team ID (relevant for some commands, can also be CS_TEAM_ID) (default -1)
-v, --verbose Verbose output
-w, --workspace int Workspace ID (relevant for some commands, can also be CS_WORKSPACE_ID) (default -1)
- cs git - Interacting with the git repository of the workspace