mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +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
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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