feat(wpcarro/fish): Define gpr alias
Another Urbint-era `git` alias. Change-Id: I5c833250bf87eec26fe66e2738756f541ec4328d Reviewed-on: https://cl.tvl.fyi/c/depot/+/4999 Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI
This commit is contained in:
parent
3828bf4e18
commit
64d623a06c
1 changed files with 5 additions and 4 deletions
|
@ -7,11 +7,12 @@ alias tpr 'tput reset'
|
|||
alias ls 'exa --sort=type'
|
||||
alias ll 'exa --long --sort=type'
|
||||
alias la 'exa --long --all --sort=type'
|
||||
alias gst 'git status'
|
||||
alias gsh 'git show HEAD'
|
||||
alias gpf 'git push --force-with-lease'
|
||||
alias glp 'git log --pretty --oneline --graph'
|
||||
alias gd 'git diff'
|
||||
alias glp 'git log --pretty --oneline --graph'
|
||||
alias gpf 'git push --force-with-lease'
|
||||
alias gpr 'git push --rebase'
|
||||
alias gsh 'git show HEAD'
|
||||
alias gst 'git status'
|
||||
alias edit 'emacsclient -n'
|
||||
# fs navigation
|
||||
alias d 'cd /depot'
|
||||
|
|
Loading…
Reference in a new issue