mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
many git and repo aliases
This commit is contained in:
parent
7f6cad2c5b
commit
0b2e36f3e7
5 changed files with 25 additions and 2 deletions
|
|
@ -16,6 +16,9 @@ alias rsrra.='repo sync .; repo rebase --auto-stash .'
|
|||
alias rsarra.='repo sync -a . ; repo rebase --auto-stash .'
|
||||
compdef _repo rsrra.='repo rebase'
|
||||
|
||||
alias gPoHrfm='git push origin HEAD:refs/for/master'
|
||||
alias git-push-refs-for-master='git push origin HEAD:refs/for/master'
|
||||
|
||||
function rsbrsrra()
|
||||
{
|
||||
if [[ -z $1 ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue