summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2017-03-30 17:53:25 -0300
committerMarcia Ramos <virtua.creative@gmail.com>2017-03-30 17:53:25 -0300
commit199bd04428ced528eab61a4acad7eab48cab86a3 (patch)
tree269e6060cbd10df78e7aead62415262c9adc24cf
parent66bb4f47b1b62fa94454204ca50608df11412c51 (diff)
downloadgitlab-ce-199bd04428ced528eab61a4acad7eab48cab86a3.tar.gz
add Git index
-rw-r--r--doc/topics/git/index.md46
1 files changed, 46 insertions, 0 deletions
diff --git a/doc/topics/git/index.md b/doc/topics/git/index.md
new file mode 100644
index 00000000000..30812074874
--- /dev/null
+++ b/doc/topics/git/index.md
@@ -0,0 +1,46 @@
+# Git documentation
+
+## Getting started
+
+- [Git concepts](../university/training/user_training.html#git-concepts)
+- [Start using Git on the command line](../gitlab-basics/start-using-git.html)
+- [Command Line basic commands](../gitlab-basics/command-line-commands.html)
+- [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/)
+- **Third-party resources:**
+ - What is [Git](https://git-scm.com)
+ - [Version control](https://git-scm.com/book/en/v2/Getting-Started-About-Version-Control)
+ - [Getting Started - Git Basics](https://git-scm.com/book/en/v2/Getting-Started-Git-Basics)
+ - [Getting Started - Installing Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
+ - [Git on the Server - GitLab](https://git-scm.com/book/en/v2/Git-on-the-Server-GitLab)
+
+### Branching strategies
+
+- **Articles:**
+ - [GitLab Flow](https://about.gitlab.com/2014/09/29/gitlab-flow/)
+- **Third-party resources:**
+ - [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)
+- [Git Attributes](../user/project/git_attributes.html)
+- Git Submodules: [Using Git submodules with GitLab CI](../ci/git_submodules.html#using-git-submodules-with-gitlab-ci)
+
+## API
+
+- [Gitignore templates](../api/templates/gitignores.html)
+
+## Git LFS
+
+- [Git LFS](https://docs.gitlab.com/ce/workflow/lfs/manage_large_binaries_with_git_lfs.html)
+- **Articles:**
+ - [Getting Started with Git LFS](https://about.gitlab.com/2017/01/30/getting-started-with-git-lfs-tutorial/)
+ - [Git-Annex to Git-LFS migration guide](https://docs.gitlab.com/ee/workflow/lfs/migrate_from_git_annex_to_git_lfs.html)