fix(wpcarro/fish): Drop unused git alias
This *should've been* `git pull --rebase` (not `push`). Then I realized that I don't really use this alias; it's sort of a pre-magit workflow. Change-Id: Ibe02d2c960f60e7d735981171780ef755a50a5b9 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5041 Tested-by: BuildkiteCI Autosubmit: wpcarro <wpcarro@gmail.com> Reviewed-by: wpcarro <wpcarro@gmail.com>
This commit is contained in:
parent
19182faad2
commit
b9deba220f
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ alias la 'exa --long --all --sort=type'
|
|||
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'
|
||||
|
|
Loading…
Reference in a new issue