Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
victory-sokolov committed Oct 21, 2024
1 parent 5ae857f commit 6417ef7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions git/.git-functions
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/zsh


# fshow_preview - git commit browser with previews
fshow() # git commit browser
{
Expand Down Expand Up @@ -194,7 +193,7 @@ pr-checkout() # Checkout to PR
}


fzf-git-hashes() # Git FZF previe commit hash and content
fzf-git-hashes() # Git FZF preview commit hash and content
{
git log --date=short --format="%C(green)%C(bold)%cd %C(auto)%h%d %s (%an)" --graph --color=always |
fzf --no-cycle --ansi --no-sort --bind 'ctrl-s:toggle-sort' \
Expand Down

0 comments on commit 6417ef7

Please sign in to comment.