mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-29 08:13:54 +00:00
Fix small typo in Readme
This commit is contained in:
parent
f02bb4fdac
commit
bd98a08b89
@ -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) &&
|
||||||
|
Loading…
Reference in New Issue
Block a user