From 5ed4dc9648d7f7c31b1b8d4be33aade832c8b6ac Mon Sep 17 00:00:00 2001 From: lelgenio Date: Tue, 3 May 2022 14:15:10 -0300 Subject: [PATCH] git: update push alias --- dotfiles/fish/alias.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/fish/alias.fish b/dotfiles/fish/alias.fish index 1e54c1c..2c8272f 100644 --- a/dotfiles/fish/alias.fish +++ b/dotfiles/fish/alias.fish @@ -126,7 +126,7 @@ abbr -g gds 'git diff --staged' abbr -g gc 'git commit' abbr -g gca 'git commit --all' abbr -g gcf 'git commit --fixup' -abbr -g gp 'git push' +abbr -g gp 'git push -u origin (git branch --show-current)' abbr -g gw 'git switch' abbr -g gr 'cd (git root)' abbr -g gri 'git rebase --interactive FETCH_HEAD'