mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-23 05:12:08 +00:00
commit
9ea651f1cd
@ -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