diff --git a/Examples.md b/Examples.md index 7f4e051..57c152b 100644 --- a/Examples.md +++ b/Examples.md @@ -181,9 +181,9 @@ fshow() { ``` ```sh -# fc - get git commit sha -# example usage: git rebase -i `fc` -fc() { +# fcs - get git commit sha +# example usage: git rebase -i `fcs` +fcs() { local commits commit commits=$(git log --color=always --pretty=oneline --abbrev-commit --reverse) && commit=$(echo "$commits" | fzf --tac +s +m -e --ansi --reverse) &&