diff --git a/Examples.md b/Examples.md index c737d12..5f52307 100644 --- a/Examples.md +++ b/Examples.md @@ -137,7 +137,7 @@ fco() { fshow() { local out sha q while out=$( - git log --decorate=full --graph --oneline --color=always | + git log --decorate=short --graph --oneline --color=always | fzf --ansi --multi --no-sort --reverse --query="$q" --print-query); do q=$(head -1 <<< "$out") while read sha; do