BigW Consortium Gitlab

README.md 574 Bytes
Newer Older
1 2 3 4
# GitLab basics

Step-by-step guides on the basics of working with Git and GitLab.

5
* [Start using Git on the command line](start-using-git.md)
karen Carias committed
6

karen Carias committed
7
* [Create and add your SSH Keys](create-your-ssh-keys.md)
8

karen Carias committed
9
* [Command Line basic commands](command-line-commands.md)
karen Carias committed
10

karen Carias committed
11
* [Basic Git commands](basic-git-commands.md)
12 13

* [Create a project](create-project.md)
14 15

* [Create a group](create-group.md)
16 17

* [Create a branch](create-branch.md)
18 19

* [Fork a project](fork-project.md)
20 21

* [Add a file](add-file.md)
22

23 24
* [Add an image](add-image.md)

25
* [Create a Merge Request](add-merge-request.md)