repo.plugin.zsh 280 Bytes
Newer Older
1
alias r='repo'
Gaetan Semet's avatar
Gaetan Semet committed
2
3
4
alias rra='repo rebase --auto-stash'
alias rs='repo sync'
alias rsrra='repo sync ; repo rebase --auto-stash'
Gaetan Semet's avatar
Gaetan Semet committed
5
6
alias ru='repo upload'
alias rst='repo status'
7
8
9
10
alias rsto='repo status -o'
alias rfa='repo forall -c'
alias rfap='repo forall -p -c'
alias rinf='repo info'