From f01db2d615ac532e21a8350d1923728d2bedccf9 Mon Sep 17 00:00:00 2001 From: PaganoBerserker <47154857+PaganoBerserker@users.noreply.github.com> Date: Wed, 22 Feb 2023 12:05:11 -0600 Subject: [PATCH] Update gitflowCheetSheet_EN.md --- gitflowCheetSheet_EN.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gitflowCheetSheet_EN.md b/gitflowCheetSheet_EN.md index 6525436..6f14496 100644 --- a/gitflowCheetSheet_EN.md +++ b/gitflowCheetSheet_EN.md @@ -62,8 +62,8 @@ $ git flow init ![](https://www.campingcoder.com/post/20180412-git-flow.png) -* **Master**:Main branch that maintains the stable version of a software. -* **Develop**:Branch used by one or more programmers for a software in testing mode. +* **Master**: Main branch that maintains the stable version of a software. +* **Develop**: Branch used by one or more programmers for a software in testing mode. * **Feature**: Temporary or local branch, used for each programmer to develop a specific function (library, function, class, etc.). * **Release**: Temporary branch only for publishing version tags and synchronizing develop with master. This is done when we have a stable version of software or a milestone for delivery. * **Hotfix**: Temporary branch used to fix critical errors or bugs in production code, usually used in emergency mode. @@ -177,7 +177,7 @@ Free Documentation License". Revisor: --[David E. Perez Negron R.](mailto:david@neetsec.com) +- [David E. Perez Negron R.](mailto:david@neetsec.com) ## REFERENCES