mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
Update trunk.sh
This commit is contained in:
parent
88718c723f
commit
55fe387814
1 changed files with 2 additions and 2 deletions
4
trunk.sh
4
trunk.sh
|
@ -56,9 +56,9 @@ gsyncShallow () {
|
||||||
|
|
||||||
git checkout -f origin/main &&
|
git checkout -f origin/main &&
|
||||||
|
|
||||||
git rebase-update &&
|
git rebase-update --current &&
|
||||||
|
|
||||||
gclient sync -f -R -D --no-history --shallow &&
|
gclient sync -R -D --no-history --shallow &&
|
||||||
|
|
||||||
gclient runhooks &&
|
gclient runhooks &&
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue