summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Lewis <mlewis@gitlab.com>2019-05-01 17:22:14 +0000
committerMike Lewis <mlewis@gitlab.com>2019-05-01 17:22:14 +0000
commit8a0443a506531f34bbdbc66c86b12fa94b4d517e (patch)
tree5af6e9e93d14543b562b8c01eb083409e563d815
parent43648e5ed9c23e5e34bd67255aac329b32b3e925 (diff)
downloadgitlab-ce-8a0443a506531f34bbdbc66c86b12fa94b4d517e.tar.gz
Update README to add more context on Git Basics
-rw-r--r--doc/gitlab-basics/README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/gitlab-basics/README.md b/doc/gitlab-basics/README.md
index aa008d6f768..28ba20bec09 100644
--- a/doc/gitlab-basics/README.md
+++ b/doc/gitlab-basics/README.md
@@ -27,9 +27,11 @@ The following are guides to basic GitLab functionality:
## Git basics
-If you're unfamiliar with the command line, these resources will help:
+If you're familiar with Git on the command line, you can interact with your GitLab projects just as you would with any other Git repository.
+
+These resources will help get further acclimated to working on the command line.
-- [Command line basics](command-line-commands.md), for those unfamiliar with the command line interface.
- [Start using Git on the command line](start-using-git.md), for some simple Git commands.
+- [Command line basics](command-line-commands.md), to create and edit files using the command line.
More Git resources are available at GitLab's [Git documentation](../topics/git/index.md).