Guest User

Untitled

a guest
Apr 23rd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. git ls-remote https://gerrit.googlesource.com/gerrit | grep /changes/ | awk '{print $2;}'
  2.  
  3. ...
  4. refs/changes/99/99999/3
  5. refs/changes/99/99999/4
  6. refs/changes/99/99999/5
  7. refs/changes/99/99999/meta
  8. ...
  9.  
  10. git fetch https://gerrit.googlesource.com/gerrit refs/changes/99/99999/meta
Add Comment
Please, Sign In to add comment