[console_scripts]
git-bugfix = git_improved.commands.new_branch:new_bugfix_branch_command
git-doc = git_improved.commands.new_branch:new_doc_branch_command
git-done = git_improved.commands.done:done_command
git-feature = git_improved.commands.new_branch:new_feature_branch_command
git-release = git_improved.commands.release:release_command
git-setup = git_improved.commands.setup:setup_command

