From 22329ed4ed6aa5cc08c7f8f4c764dd151d7ecda4 Mon Sep 17 00:00:00 2001 From: Inaki Date: Thu, 30 Apr 2020 15:57:07 +0200 Subject: [PATCH] Update git.md --- docs/git.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/git.md b/docs/git.md index a6721c63..c3e9dbcd 100644 --- a/docs/git.md +++ b/docs/git.md @@ -25,6 +25,15 @@ * [adevait.com: Creating a Branching Strategy for Small Teams 🌟🌟🌟](https://adevait.com/software/creating-branching-strategy) * [martinfowler.com: Patterns for Managing Source Code Branches 🌟🌟🌟](https://martinfowler.com/articles/branching-patterns.html) +## Git Flow +* [atlassian.com: Gitflow Workflow](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow) +* [gitkraken.com: GitFlow](https://support.gitkraken.com/git-workflows-and-extensions/git-flow/) is a list of rules to keep a repo’s history organized, and is used to make the release process, bug fixes, and feature creation easier. +* [aprendegit.com: git-flow: la rama develop y uso de feature branches](http://aprendegit.com/git-flow-la-rama-develop-y-uso-de-feature-branches/) +* [gist.github.com/JamesMGreene: A comparison of using `git flow` commands versus raw `git` commands](https://gist.github.com/JamesMGreene/cdd0ac49f90c987e45ac) +* [medium.com: Gitflow β€” Branch Guide](https://medium.com/@rafavinnce/gitflow-branch-guide-8a523360c053) +* [medium.com: Git Flow for Beginners](https://medium.com/@thibault60000/git-flow-for-beginners-d7a152b2c1f9) +* [medium.com: What is GitFlow?](https://medium.com/@okandavut/what-is-gitflow-c0be7a659992) + ## BitBucket * [Atlassian Git Cheatsheet](https://www.atlassian.com/git/tutorials/atlassian-git-cheatsheet) * [Dzone: source control using atlassian bitbucket](https://dzone.com/articles/source-control-using-atlassian-bitbucket)