summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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) &&