Fix small typo in Readme

This commit is contained in:
Christian Wellenbrock 2014-03-20 00:07:47 +01:00
parent f02bb4fdac
commit bd98a08b89

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