diff --git a/README.md b/README.md index 259ed69d..25020b9c 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ fbr() { git checkout $(echo "$branch" | sed "s/.* //") } -# fbr - checkout git commit +# fco - checkout git commit fco() { local commits commit commits=$(git log --pretty=oneline --abbrev-commit) &&