summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2017-03-30 18:15:36 -0300
committerMarcia Ramos <virtua.creative@gmail.com>2017-03-30 18:15:36 -0300
commit4e1d1b8bc7a5b5ce41b8e181ad07b1d563fa0aa6 (patch)
tree1499ae41e5ae715b2b461bae176b7086ad6d0e14
parent3581476d0481074d6461d9809c60ddaed14e9a06 (diff)
downloadgitlab-ce-4e1d1b8bc7a5b5ce41b8e181ad07b1d563fa0aa6.tar.gz
add intro, move version control to getting started
-rw-r--r--doc/topics/git/index.md20
1 files changed, 14 insertions, 6 deletions
diff --git a/doc/topics/git/index.md b/doc/topics/git/index.md
index 8701d09289e..2d6bb1fe1e8 100644
--- a/doc/topics/git/index.md
+++ b/doc/topics/git/index.md
@@ -1,5 +1,16 @@
# Git documentation
+Git is a [free and open source](https://git-scm.com/about/free-and-open-source)
+distributed version control system designed to handle everything from small to
+very large projects with speed and efficiency.
+
+[GitLab](https://about.gitlab.com) is a Git-based fully integrated platform for
+software development. It has all functionalities Git has, plus a lot of
+powerful [features](https://about.gitlab.com/features/) to enhance your
+[workflow](https://about.gitlab.com/2016/10/25/gitlab-workflow-an-overview/).
+
+We've gathered some resources to help you to get the best from Git with GitLab.
+
## Getting started
- [Git concepts](../../university/training/user_training.html#git-concepts)
@@ -8,7 +19,9 @@
- [GitLab Git Cheat Sheet (download)](https://gitlab.com/gitlab-com/marketing/raw/master/design/print/git-cheatsheet/print-pdf/git-cheatsheet.pdf)
- **Articles:**
- [Git Tips & Tricks](https://about.gitlab.com/2016/12/08/git-tips-and-tricks/)
- - [8 Tips to help you work better with Git](https://about.gitlab.com/2015/02/19/8-tips-to-help-you-work-better-with-git/)
+ - [Eight Tips to help you work better with Git](https://about.gitlab.com/2015/02/19/8-tips-to-help-you-work-better-with-git/)
+- **Presentations:**
+ - [GLU Course: About Version Control](https://docs.google.com/presentation/d/16sX7hUrCZyOFbpvnrAFrg6tVO5_yT98IgdAqOmXwBho/edit?usp=sharing)
- **Third-party resources:**
- What is [Git](https://git-scm.com)
- [Version control](https://git-scm.com/book/en/v2/Getting-Started-About-Version-Control)
@@ -24,11 +37,6 @@
- [Git Branching - Branches in a Nutshell](https://git-scm.com/book/en/v2/Git-Branching-Branches-in-a-Nutshell)
- [Git Branching - Branching Workflows](https://git-scm.com/book/en/v2/Git-Branching-Branching-Workflows)
-### Version control
-
-- **Presentations:**
- - [GLU Course: About Version Control](https://docs.google.com/presentation/d/16sX7hUrCZyOFbpvnrAFrg6tVO5_yT98IgdAqOmXwBho/edit?usp=sharing)
-
## Advanced use
- [Custom Git Hooks](../../administration/custom_hooks.html)