One of the best practices about Git-flow
Currently, I'm working on a co-system project, which is using to manage customers, products, etc. Although Web Front-end team size is two, using Git-flow is necessary and important.
Init
git flow init -d
Just using default configurations:
Branch is...
trungnam.hashnode.dev2 min read