Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d0f3b8b1
Commit
d0f3b8b1
authored
Aug 28, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
4f6b24ae
5822c092
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
4 deletions
+2
-4
doc/gitlab-basics/add-merge-request.md
doc/gitlab-basics/add-merge-request.md
+0
-2
doc/gitlab-basics/create-project.md
doc/gitlab-basics/create-project.md
+1
-1
doc/gitlab-basics/create-your-ssh-keys.md
doc/gitlab-basics/create-your-ssh-keys.md
+1
-1
No files found.
doc/gitlab-basics/add-merge-request.md
View file @
d0f3b8b1
...
...
@@ -12,8 +12,6 @@ check the [merge requests documentation](../user/project/merge_requests/index.md
you can watch our
[
GitLab Flow video
](
https://www.youtube.com/watch?v=InKNIvky2KE
)
for
a quick overview of working with merge requests.
---
1.
Before you start, you should have already
[
created a branch
](
create-branch.md
)
and
[
pushed your changes
](
start-using-git.md#send-changes-to-gitlabcom
)
to GitLab.
1.
Go to the project where you'd like to merge your changes and click on the
...
...
doc/gitlab-basics/create-project.md
View file @
d0f3b8b1
...
...
@@ -2,7 +2,7 @@
type
:
howto
---
# Creat
ing projects
# Creat
e a project
Most work in GitLab is done within a
[
Project
](
../user/project/index.md
)
. Files and
code are saved in projects, and most features are used within the scope of projects.
...
...
doc/gitlab-basics/create-your-ssh-keys.md
View file @
d0f3b8b1
...
...
@@ -5,7 +5,7 @@ type: howto
# Create and add your SSH public key
It is best practice to use
[
Git over SSH instead of Git over HTTP
](
https://git-scm.com/book/en/v2/Git-on-the-Server-The-Protocols
)
.
In order to use SSH, you will need to
In order to use SSH, you will need to
:
1.
[
Create an SSH key pair
](
#creating-your-ssh-key-pair
)
on your local computer.
1.
[
Add the key to GitLab
](
#adding-your-ssh-public-key-to-gitlab
)
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment