debian-mirror-gitlab/doc/gitlab-basics/README.md

16 lines
600 B
Markdown
Raw Normal View History

2015-09-11 14:41:01 +05:30
# GitLab basics
Step-by-step guides on the basics of working with Git and GitLab.
2016-11-03 12:29:30 +05:30
- [Command line basics](command-line-commands.md)
2016-06-02 11:05:42 +05:30
- [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-09-10 17:25:29 +05:30
- [Create a group](../user/group/index.md#create-a-new-group)
2016-06-02 11:05:42 +05:30
- [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-08-17 22:00:37 +05:30
- [Create an issue](../user/project/issues/create_new_issue.md)
2016-11-03 12:29:30 +05:30
- [Create a merge request](add-merge-request.md)