diff options
author | Russell Dickenson <rdickenson@gitlab.com> | 2019-06-12 11:05:18 +1000 |
---|---|---|
committer | Russell Dickenson <rdickenson@gitlab.com> | 2019-06-12 12:32:42 +1000 |
commit | 33f64473b800a8232914d54bd01c0c52cfe1c9ed (patch) | |
tree | ffdc3b0340b16673f70f4010ca5d4b5fd914dd75 /doc/gitlab-basics | |
parent | c6152f3d28fd609600eeea10fbd38202b33af2d9 (diff) | |
download | gitlab-ce-33f64473b800a8232914d54bd01c0c52cfe1c9ed.tar.gz |
Added link to GitFlow videodocs/add_gitflow_video
Diffstat (limited to 'doc/gitlab-basics')
-rw-r--r-- | doc/gitlab-basics/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/gitlab-basics/README.md b/doc/gitlab-basics/README.md index 00ac6d6b650..157b85f22a6 100644 --- a/doc/gitlab-basics/README.md +++ b/doc/gitlab-basics/README.md @@ -25,6 +25,8 @@ The following are guides to basic GitLab functionality: - [Create an issue](../user/project/issues/create_new_issue.md), to start collaborating within a project. - [Create a merge request](add-merge-request.md), to request changes made in a branch be merged into a project's repository. +For an introduction to many of the topics covered in this section, watch the [GitLab Flow](https://youtu.be/InKNIvky2KE) video. + ## Git basics If you're familiar with Git on the command line, you can interact with your GitLab projects just as you would with any other Git repository. |