【git-flow】 導入

yujiorama.hatenablog.com

$ git flow init
Initialized empty Git repository in /Users/(ユーザ名)/Projects/Laravel_projects_2/(プロジェクト名)/.git/
No branches exist yet. Base branches must be created now.

Branch name for production releases: [master] 
Branch name for "next release" development: [develop] 

How to name your supporting branch prefixes?
Feature branches? [feature/] 
Bugfix branches? [bugfix/] 
Release branches? [release/] 
Hotfix branches? [hotfix/] 
Support branches? [support/] 
Version tag prefix? [] 
Hooks and filters directory? [/Users/(ユーザ名)/Projects/Laravel_projects_2/(プロジェクト名)/.git/hooks] 

$