Skip to content

Instantly share code, notes, and snippets.

@techtonik
Last active July 20, 2016 12:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save techtonik/2c741ee7dccbe86dbc5d8011641496d2 to your computer and use it in GitHub Desktop.
Save techtonik/2c741ee7dccbe86dbc5d8011641496d2 to your computer and use it in GitHub Desktop.
How to hack Google's depot_tools
* [ ] See branch name on Rietveld
* [ ] Fetch branch from Rietveld
* [ ] git sync instead of (rebase-update)
* [ ]
>git rebase-update
Fetching origin
remote: Counting objects: 1110, done
remote: Finding sources: 100% (30/30)
remote: Total 30 (delta 19), reused 30 (delta 19)
Unpacking objects: 100% (30/30), done.
From https://chromium.googlesource.com/chromium/tools/depot_tools
944b605..2e24812 master -> origin/master
Rebasing: maphelp
Rebasing: master
Deleted branch master (was 2e24812).
https://codereview.chromium.org/2019223002/ - workflow notes
* [ ]
For my local checkout `gclient sync` doesn't work.
>gclient sync
Error: client not configured; see 'gclient config'
>gclient config
Usage: gclient.py config [options] [url] [safesync url]
gclient.py: error: Inconsistent arguments. Use either --spec or one or 2 args
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment