fish: add git push alias

This commit is contained in:
lelgenio 2022-03-22 16:29:33 -03:00
parent f77415ca42
commit 42e6e90494
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,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 gr 'cd (git root)'
abbr -g gri 'git rebase --interactive FETCH_HEAD'