Update git.md

This commit is contained in:
Inaki
2020-04-30 15:57:07 +02:00
committed by GitHub
parent 1697187172
commit 22329ed4ed

View File

@@ -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 repos 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)