diff --git a/doc/tutorials/make_first_git_commit/_index.md b/doc/tutorials/make_first_git_commit/_index.md index db11832bb23a94556ad962ad170b1fdabd216879..78258e026b0f0033b1a4a2bb2b8005bb2bcf1c26 100644 --- a/doc/tutorials/make_first_git_commit/_index.md +++ b/doc/tutorials/make_first_git_commit/_index.md @@ -102,7 +102,7 @@ a copy on your computer, or wherever you want to store and work with the files. 1. On your project's overview page, in the upper-right corner, select **Code**, then copy the URL for **Clone with SSH**. -  +  1. Open a terminal on your computer and go to the directory where you want to clone the files. @@ -215,7 +215,7 @@ those changes by making your first commit. Your branch is now available on GitLab and visible to other users in your project. - + ### Merge your changes @@ -260,7 +260,7 @@ Let's look in the UI and confirm your changes. Go to your project. - Above the `README.md` file, view the text in the **Last commit** column. Your commit message is displayed in this column: -  +  Now you can return to the command line and change back to your personal branch (`git checkout example-tutorial-branch`). You can continue updating files or