BigW Consortium Gitlab

index.md 3.47 KB
Newer Older
Marcia Ramos committed
1 2
# Git documentation

3 4 5 6 7
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
Marcia Ramos committed
8
software development. Besides Git's functionalities, GitLab has a lot of
9 10 11 12 13
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.

Marcia Ramos committed
14 15
## Getting started

16 17 18
- [Git concepts](../../university/training/user_training.md#git-concepts)
- [Start using Git on the command line](../../gitlab-basics/start-using-git.md)
- [Command Line basic commands](../../gitlab-basics/command-line-commands.md)
Marcia Ramos committed
19
- [GitLab Git Cheat Sheet (download)](https://gitlab.com/gitlab-com/marketing/raw/master/design/print/git-cheatsheet/print-pdf/git-cheatsheet.pdf)
20 21 22 23
- Commits
  - [Revert a commit](../../user/project/merge_requests/revert_changes.md#reverting-a-commit) 
  - [Cherry-picking a commit](../../user/project/merge_requests/cherry_pick_changes.md#cherry-picking-a-commit)
  - [Squashing commits](../../workflow/gitlab_flow.md#squashing-commits-with-rebase)
Marcia Ramos committed
24
- **Articles:**
25
  - [How to install Git](../../articles/how_to_install_git/index.md)
Marcia Ramos committed
26
  - [Git Tips & Tricks](https://about.gitlab.com/2016/12/08/git-tips-and-tricks/)
27 28 29
  - [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)
Marcia Ramos committed
30 31 32 33 34 35 36
- **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)

Marcia Ramos committed
37
## Branching strategies
Marcia Ramos committed
38 39 40 41 42 43 44 45 46

- **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)

## Advanced use

47 48 49
- [Custom Git Hooks](../../administration/custom_hooks.md)
- [Git Attributes](../../user/project/git_attributes.md)
- Git Submodules: [Using Git submodules with GitLab CI](../../ci/git_submodules.md#using-git-submodules-with-gitlab-ci)
Marcia Ramos committed
50 51 52

## API

53
- [Gitignore templates](../../api/templates/gitignores.md)
Marcia Ramos committed
54 55 56

## Git LFS

57
- [Git LFS](../../workflow/lfs/manage_large_binaries_with_git_lfs.md)
58
- [Git-Annex to Git-LFS migration guide](https://docs.gitlab.com/ee/workflow/lfs/migrate_from_git_annex_to_git_lfs.html)
Marcia Ramos committed
59 60
- **Articles:**
  - [Getting Started with Git LFS](https://about.gitlab.com/2017/01/30/getting-started-with-git-lfs-tutorial/)
61 62 63 64 65 66
  - [Towards a production quality open source Git LFS server](https://about.gitlab.com/2015/08/13/towards-a-production-quality-open-source-git-lfs-server/)

## General information

- **Articles:**
  - [The future of SaaS hosted Git repository pricing](https://about.gitlab.com/2016/05/11/git-repository-pricing/)