Commands are: config creates a .gclient file in the current directory fetch fetches upstream commits for all modules runhooks runs hooks for files that have been modified in the local working copy sync checkout/update all modules ......
Options: --version show program's version number and exit -h, --help show this help message and exit -j JOBS, --jobs=JOBS Specify how many SCM commands can run in parallel; defaults to {X} on this machine $ gclient sync --help Usage: gclient.py sync [options]
Checkout/update all modules.
Options: --version show program's version number and exit -h, --help show this help message and exit -j JOBS, --jobs=JOBS Specify how many SCM commands can run in parallel; defaults to {X} on this machine -f, --force force update even for unchanged modules ......