m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 07:43:39 -05:00

Merge pull request #29 from wellle/fix/fco

Fix small typo in Readme
This commit is contained in:
Junegunn Choi
2014-03-20 10:33:47 +09:00

View File

@@ -169,7 +169,7 @@ fbr() {
git checkout $(echo "$branch" | sed "s/.* //") git checkout $(echo "$branch" | sed "s/.* //")
} }
# fbr - checkout git commit # fco - checkout git commit
fco() { fco() {
local commits commit local commits commit
commits=$(git log --pretty=oneline --abbrev-commit) && commits=$(git log --pretty=oneline --abbrev-commit) &&