mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-08 10:47:44 -03:00
11 lines
792 B
Text
Executable file
11 lines
792 B
Text
Executable file
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'
|