diff options
author | Ash McKenzie <amckenzie@gitlab.com> | 2021-06-08 00:44:14 +0000 |
---|---|---|
committer | Ash McKenzie <amckenzie@gitlab.com> | 2021-06-08 00:44:14 +0000 |
commit | a9c25c17ea0a511ec6554a4dd3bcd9f5012d59d5 (patch) | |
tree | 28723967ebe7b47ce8d3907f512eb9be236c8444 | |
parent | e01ebb3bfa7afc0d2f26dd2f4bbadce56f325722 (diff) | |
parent | 5176b32e657c0e599a833b1468dbd798c422b604 (diff) | |
download | gitlab-shell-a9c25c17ea0a511ec6554a4dd3bcd9f5012d59d5.tar.gz |
Merge branch 'brad-tense-correction' into 'main'
"Limits" to "Limit" on line 10 to align tenses
See merge request gitlab-org/gitlab-shell!483
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ GitLab Shell is not a Unix shell nor a replacement for Bash or Zsh. When you access the GitLab server over SSH then GitLab Shell will: -1. Limits you to predefined git commands (git push, git pull). +1. Limit you to predefined git commands (git push, git pull). 1. Call the GitLab Rails API to check if you are authorized, and what Gitaly server your repository is on 1. Copy data back and forth between the SSH client and the Gitaly server |