Git workflow (Dev>Staging>Live) basic technical questions

后端 未结 2 828
野趣味
野趣味 2021-02-03 11:56

I\'m quite new to Git (and VC for that matter) and I\'m struggling a bit to understand the concept behind the Dev>Staging>Live workflow using branches.

I\'m trying to ap

2条回答
  •  眼角桃花
    2021-02-03 12:29

    For an example of a git workflow, take a look at mine:

    http://dymitruk.com/blog/2012/02/05/branch-per-feature/

    This should get you started to a mature process.

提交回复
热议问题