git: update push alias

This commit is contained in:
lelgenio 2022-05-03 14:15:10 -03:00
parent e355e5efd3
commit 5ed4dc9648
1 changed files with 1 additions and 1 deletions

View File

@ -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'