Add flags to gclient sync

This commit is contained in:
Alexander David Frick 2021-11-13 19:15:39 -06:00 committed by GitHub
parent e9baa6d6c2
commit 2304bbb769
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ git rebase-update &&
git fetch --tags &&
gclient sync --with_branch_heads --with_tags -D &&
gclient sync --with_branch_heads --with_tags -f -R -D &&
gclient runhooks &&