mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-13 08:46:17 -04:00
Adding a wraps to get fish to autopopulate branches (#255)
This commit is contained in:
parent
42c8e005fe
commit
d0959eb001
|
|
@ -50,7 +50,7 @@ function forgit::cherry::pick -d "git cherry-picking" --argument-names 'target'
|
|||
"$FORGIT" cherry_pick $argv
|
||||
end
|
||||
|
||||
function forgit::cherry::pick::from::branch -d "git cherry-picking with interactive branch selection"
|
||||
function forgit::cherry::pick::from::branch -d "git cherry-picking with interactive branch selection" --wraps "git cherry-pick"
|
||||
"$FORGIT" cherry_pick_from_branch $argv
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue