diff --git a/.git_functions.sh b/.git_functions.sh index 16162f019..142be519e 100644 --- a/.git_functions.sh +++ b/.git_functions.sh @@ -49,6 +49,12 @@ function wgcheckout { } +# wgcheckout combined with a fuzzy search +function wgfcheckout { + wgcheckout $(git branch | fzf) +} + + # combine fetch and rebase (git frebase) function wgfreebase { if [ -z $1 ]; then