如何创建工作来控制git-flow?
我们知道,在git-flow过程中,我们要使用特定的分支,并且在正确的时间(开发,hotfix,功能),并且我们还知道,将源代码插入Main(这是最后一个)步骤),必须版本化提交。
也就是说,如何创建一个作业来控制Push的控制,以及遵循Git-Flow以及代码的自动版本操作?
例子:
How to create jobs to control git-flow?
We know that in the git-flow process, we have specific branches to be used and at the right times, such as (develop, hotfix, feature) and we also know that when inserting the source code into main (which would be the last step) , the commit must be versioned.
That is, how to create a job to do this control of push's, following git-flow and also the automated versioning of the code?
EXAMPLE:
https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow
发布评论