summaryrefslogtreecommitdiff
path: root/doc/gitlab-basics
diff options
context:
space:
mode:
authorkaren Carias <karen@gitlab.com>2015-07-27 16:46:30 -0700
committerkaren Carias <karen@gitlab.com>2015-07-27 16:46:30 -0700
commitd61433542e3bbcfac6b706a5e907240ca02c6de9 (patch)
tree75288f83e711f8d9c97c5e4ee26fb076a20a9eaf /doc/gitlab-basics
parent50b36c0ae73085faee73e2fb53224d116884fa6c (diff)
downloadgitlab-ce-d61433542e3bbcfac6b706a5e907240ca02c6de9.tar.gz
fixed details in document
Diffstat (limited to 'doc/gitlab-basics')
-rw-r--r--doc/gitlab-basics/add-file.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gitlab-basics/add-file.md b/doc/gitlab-basics/add-file.md
index ac0d98085a4..e7c441e7698 100644
--- a/doc/gitlab-basics/add-file.md
+++ b/doc/gitlab-basics/add-file.md
@@ -8,13 +8,13 @@ Select a project on the right side of your screen:
![Select a project](basicsimages/select_project.png)
-[Create a branch](create-branch.md).
+It's a good idea to [create a branch](create-branch.md), but it's not necessary.
Go to the directory where you'd like to add the file and click on the "+" sign next to the name of the project and directory:
![Create a file](basicsimages/create_file.png)
-Add a name to your file, use .md or .html at the end, depending on which markup language you'd like to use (you can't add spaces, so you can use hyphens or underscores):
+Name your file (you can't add spaces, so you can use hyphens or underscores). Don't forget to include the markup language you'd like to use :
![File name](basicsimages/file_name.png)