mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-17 07:43:39 -05:00
@@ -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) &&
|
||||||
|
|||||||
Reference in New Issue
Block a user