diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-03-06 09:08:54 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-03-06 09:08:54 +0000 |
commit | 4903f95b04db58edc1931ec917d2313c916a06b2 (patch) | |
tree | 722e74b8e49f12f8f7aebffc2fa58c9ccc126fb1 /doc/development/shell_commands.md | |
parent | 6367f9bd9cca41c932997c94a338556ded4ced8f (diff) | |
download | gitlab-ce-4903f95b04db58edc1931ec917d2313c916a06b2.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/shell_commands.md')
-rw-r--r-- | doc/development/shell_commands.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/shell_commands.md b/doc/development/shell_commands.md index d78a005d76b..25f62fbcc98 100644 --- a/doc/development/shell_commands.md +++ b/doc/development/shell_commands.md @@ -4,7 +4,7 @@ group: unassigned info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments --- -# Guidelines for shell commands in the GitLab codebase +# Shell command development guidelines This document contains guidelines for working with processes and files in the GitLab codebase. These guidelines are meant to make your code more reliable _and_ secure. |