We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69ccf0b commit b11ac88Copy full SHA for b11ac88
1 file changed
fish/conf.d/git.fish
@@ -16,6 +16,7 @@ abbr gl 'git log'
16
abbr glg 'git log --graph --all'
17
abbr gpl 'git pull'
18
abbr gps 'git push'
19
+abbr gpsf 'git push --force-with-lease'
20
abbr grm 'git rebase main'
21
abbr gre 'git restore'
22
abbr gres 'git restore --staged'
0 commit comments