git-flow-completion icon indicating copy to clipboard operation
git-flow-completion copied to clipboard

Bash, Zsh and fish completion support for git-flow.

Results 18 git-flow-completion issues
Sort by recently updated
recently updated
newest added

The [Fig Plugin Store](https://fig.io/plugins) supports 1-click install for 400+ shell plugins. We have over 100k users, thousands of whom manage their shell configuration with Fig. Git Flow Completion is already...

Hello there, The following is more a note for future user, who will as me encounter a completion problem with oh-my-zsh, your plugin and other completion plugin as gitfast, than...

Stop working in macOS Catalina

For more recent versions of git (installed via brew), the shell script should be: ``` if [ -f `brew --prefix`/etc/bash_completion.d/git-completion.bash ]; then . `brew --prefix`/etc/bash_completion.d/git-completion.bash fi ```

https://github.com/bobthecow/git-flow-completion/wiki/Update-Zsh-git-completion-module Replace /usr/share/zsh/x.x.xx/functions/_git In newer versions of OSX this file is restricted Issue ls -lO /usr/share/zsh/x.x.xx/functions/_git (capital letter 'oh', not zero); if you see restricted, SIP is protecting that directory...

After following the steps [here](https://github.com/bobthecow/git-flow-completion/wiki/Install-Bash-git-completion) for adding git_completion to Mac, when I type "git checkout mm-" and press tab, I see all the branches that ever started with mm-, including...

I was following the helpful instructions provided here: https://github.com/bobthecow/git-flow-completion/issues/46#issuecomment-332724240 However, afterwards, I got the following appearing in my shell: ``` git flowUnknown option: --list-cmds=list-mainporcelain,others,nohelpers,alias,list-complete,config usage: git [--version] [--help] [-C ]...

My ENV ``` MacOS High Sierra Git version 2.18.0 ``` There is No '/etc/bash_completion.d/git-completion.bash' after executing 'brew install git bash-completion' on my MacBook. Instead I add the following line to...

Please update the [Install Bash git completion](https://github.com/bobthecow/git-flow-completion/wiki/Install-Bash-git-completion) guide for macOS High Sierra using Homebrew. We need to add the following lines to `.bash_profile` for it to work: ``` [ -f...

I'm getting `sed: RE error: illegal byte sequence ` error with the recent changes. Here are my specs: Homebrew 1.6.3 Homebrew/homebrew-core (git revision 85d254; last commit 2018-05-08) git version 2.17.0...