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

@ -54,6 +54,7 @@ alias cKcssci='cactus kill ; cactus slaves restart ; cactus info'
alias m='make'
alias s='subl'
alias a='atom'
alias sagiy='sudo apt-get install -y'
alias saguysaguy='sudo apt-get update -y ; sudo apt-get upgrade -y'

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