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/.* //")
}
# fbr - checkout git commit
# fco - checkout git commit
fco() {
local commits commit
commits=$(git log --pretty=oneline --abbrev-commit) &&