gitlab-org--gitlab-foss/doc/gitlab-basics/README.md

28 lines
612 B
Markdown
Raw Normal View History

2015-06-16 23:05:56 +00:00
# GitLab basics
Step-by-step guides on the basics of working with Git and GitLab.
* [Start using Git on the command line](start-using-git.md)
2015-06-17 16:44:48 +00:00
2015-06-30 16:03:10 +00:00
* [Create and add your SSH Keys](create-your-ssh-keys.md)
2015-06-30 16:03:10 +00:00
* [Command Line basic commands](command-line-commands.md)
2015-06-30 01:53:51 +00:00
2015-06-30 16:03:10 +00:00
* [Basic Git commands](basic-git-commands.md)
2015-07-02 03:23:31 +00:00
* [Create a project](create-project.md)
2015-07-02 19:09:06 +00:00
* [Create a group](create-group.md)
* [Create a branch](create-branch.md)
2015-07-21 22:45:12 +00:00
* [Fork a project](fork-project.md)
* [Add a file](add-file.md)
2015-07-30 20:50:15 +00:00
* [Add an image](add-image.md)
2015-07-30 20:50:15 +00:00
* [Create a Merge Request](add-merge-request.md)
2015-08-26 05:15:02 +00:00
* [Create an Issue](create-issue.md)