alias origin='git checkout -f origin/main' alias gfetch='git fetch --tags' alias rebase='git rebase-update' alias gsync='gclient sync --with_branch_heads --with_tags -f -R -D' alias gnls='gn ls out/thorium' alias show='git show-ref' alias runhooks='gclient runhooks' alias pgo='python3 tools/update_pgo_profiles.py --target=linux update --gs-url-base=chromium-optimization-profiles/pgo_profiles' alias pgow='python3 tools/update_pgo_profiles.py --target=win64 update --gs-url-base=chromium-optimization-profiles/pgo_profiles' alias pgom='python3 tools/update_pgo_profiles.py --target=mac update --gs-url-base=chromium-optimization-profiles/pgo_profiles' alias pgomac-arm='python3 tools/update_pgo_profiles.py --target=mac-arm update --gs-url-base=chromium-optimization-profiles/pgo_profiles'