git_branches cmd README fix (closes issue #111)

This commit is contained in:
bhagwan 2021-09-06 15:46:46 -07:00
parent befdb5db85
commit 34eedd8c3e

View File

@ -341,8 +341,8 @@ require'fzf-lua'.setup {
},
branches = {
prompt = 'Branches ',
cmd = "git branch --all --color --reflog",
preview = "git log --graph --pretty=oneline --abbrev-commit --color {1}",
cmd = "git branch --all --color",
preview = "git log --graph --pretty=oneline --abbrev-commit --reflog --color {1}",
actions = {
["default"] = actions.git_switch,
},