many git and repo aliases

This commit is contained in:
Gaetan Semet 2016-07-13 15:02:04 +02:00
commit 0b2e36f3e7
5 changed files with 25 additions and 2 deletions

View file

@ -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