diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-08-28 13:50:21 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-08-29 13:09:39 +0200 |
commit | 11da029edb0bf09eb906301bd0692ed1d74d25eb (patch) | |
tree | 5da101de831f331b9bc4369b195b7e709e34ef9c /doc/README.md | |
parent | ef8eb3f6f7c1af167017ecc854e9fe385cee9354 (diff) | |
download | gitlab-ce-11da029edb0bf09eb906301bd0692ed1d74d25eb.tar.gz |
Move GPG signed commits docs to new locationdocs/gpg-move-under-repository
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/36804
Diffstat (limited to 'doc/README.md')
-rw-r--r-- | doc/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/README.md b/doc/README.md index 76d4c3e51fe..63ba8ff03e9 100644 --- a/doc/README.md +++ b/doc/README.md @@ -77,6 +77,8 @@ Manage your [repositories](user/project/repository/index.md) from the UI (user i - [Create a branch](user/project/repository/web_editor.md#create-a-new-branch) - [Protected branches](user/project/protected_branches.md#protected-branches) - [Delete merged branches](user/project/repository/branches/index.md#delete-merged-branches) +- Commits + - [Signing commits](user/project/repository/gpg_signed_commits/index.md): use GPG to sign your commits. ### Issues and Merge Requests (MRs) @@ -98,7 +100,6 @@ Manage your [repositories](user/project/repository/index.md) from the UI (user i - [Git](topics/git/index.md): Getting started with Git, branching strategies, Git LFS, advanced use. - [Git cheatsheet](https://gitlab.com/gitlab-com/marketing/raw/master/design/print/git-cheatsheet/print-pdf/git-cheatsheet.pdf): Download a PDF describing the most used Git operations. - [GitLab Flow](workflow/gitlab_flow.md): explore the best of Git with the GitLab Flow strategy. -- [Signing commits](user/project/gpg_signed_commits/index.md): use GPG to sign your commits. ### Migrate and import your projects from other platforms |