mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-09 13:10:40 +00:00
19 lines
505 B
Markdown
19 lines
505 B
Markdown
|
# git-flow
|
||
|
|
||
|
Completion support for git-flow.Fork from [bobthecow/git-flow-completion](https://github.com/bobthecow/git-flow-completion/blob/master/git.fish)
|
||
|
|
||
|
The contained completion routines provide support for completing:
|
||
|
|
||
|
- git-flow init and version
|
||
|
|
||
|
- feature, hotfix and release branches
|
||
|
|
||
|
- remote feature, hotfix and release branch names
|
||
|
|
||
|
# The Fine Print
|
||
|
|
||
|
Copyright (c) 2011 [Justin Hileman](http://justinhileman.com)
|
||
|
|
||
|
Distributed under the [MIT License](http://creativecommons.org/licenses/MIT/)
|
||
|
|