Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJob van der Voort <jobvandervoort@gmail.com>2014-10-07 17:50:23 +0400
committerJob van der Voort <jobvandervoort@gmail.com>2014-10-07 17:50:23 +0400
commit3386a82d5eb105f764e62e818bcec19b1c92be8e (patch)
tree59e840a6a5b3fd2f606503d84e7f9a343f9e527f /doc/workflow
parent8fad7e63a3eac7e88026d82cf7fa3696a3cb379b (diff)
add references to gitlab flow article
Diffstat (limited to 'doc/workflow')
-rw-r--r--doc/workflow/gitlab_flow.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/workflow/gitlab_flow.md b/doc/workflow/gitlab_flow.md
index 947646c756a..70edea9c8d7 100644
--- a/doc/workflow/gitlab_flow.md
+++ b/doc/workflow/gitlab_flow.md
@@ -309,3 +309,8 @@ If you need to merge in another branch after starting explain the reason in the
If you have not pushed your commits to a shared location yet you can also rebase on master or another feature branch.
Do not merge in upstream if your code will work and merge cleanly without doing so, Linus even says that [you should never merge in upstream at random points, only at major releases](http://lwn.net/Articles/328438/).
Merging only when needed prevents creating merge commits in your feature branch that later end up littering the master history.
+
+### References
+
+- [Sketch file](https://www.dropbox.com/s/58dvsj5votbwrzv/git_flows.sketch?dl=0) with vectors of images in this article
+- [Git Flow by Vincent Driessen](http://nvie.com/posts/a-successful-git-branching-model/)