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

20 lines
625 B
Markdown
Raw Normal View History

2017-11-01 15:56:40 +00:00
---
comments: false
---
2015-06-16 23:05:56 +00:00
# GitLab basics
Step-by-step guides on the basics of working with Git and GitLab.
2016-10-11 11:14:08 +00:00
- [Command line basics](command-line-commands.md)
2016-03-18 07:36:44 +00:00
- [Start using Git on the command line](start-using-git.md)
- [Create and add your SSH Keys](create-your-ssh-keys.md)
- [Create a project](create-project.md)
2017-07-16 16:03:39 +00:00
- [Create a group](../user/group/index.md#create-a-new-group)
2016-03-18 07:36:44 +00:00
- [Create a branch](create-branch.md)
- [Fork a project](fork-project.md)
- [Add a file](add-file.md)
- [Add an image](add-image.md)
2017-05-08 08:35:38 +00:00
- [Create an issue](../user/project/issues/create_new_issue.md)
- [Create a merge request](add-merge-request.md)