We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a0a86 commit 09db2a9Copy full SHA for 09db2a9
1 file changed
functions/__git.init.fish
@@ -154,7 +154,7 @@ function __git.init
154
__git.create_abbr gupv git pull --rebase -v
155
__git.create_abbr gupa git pull --rebase --autostash
156
__git.create_abbr gupav git pull --rebase --autostash -v
157
- __git.create_abbr gwch git whatchanged -p --abbrev-commit --pretty=medium
+ __git.create_abbr gwch git log -p --abbrev-commit --pretty=medium --raw --no-merges
158
159
# git checkout abbreviations
160
__git.create_abbr gco git checkout
0 commit comments