Merge pull request #29 from wellle/fix/fco

Fix small typo in Readme
pull/25/merge
Junegunn Choi 10 years ago
commit 9ea651f1cd

@ -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) &&

Loading…
Cancel
Save