From 64d623a06c0d3e141eed02d45231b8b3c3437540 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Tue, 18 Jan 2022 12:19:52 -0800 Subject: 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 Autosubmit: wpcarro Tested-by: BuildkiteCI --- users/wpcarro/dotfiles/config.fish | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'users/wpcarro/dotfiles/config.fish') diff --git a/users/wpcarro/dotfiles/config.fish b/users/wpcarro/dotfiles/config.fish index 7c110190fb..df88c908d9 100644 --- a/users/wpcarro/dotfiles/config.fish +++ b/users/wpcarro/dotfiles/config.fish @@ -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' -- cgit 1.4.1