From 16729de985b0ec85dd29d934951216e4bc1e8cfe Mon Sep 17 00:00:00 2001 From: Pranav Date: Tue, 17 Nov 2020 08:11:31 +0530 Subject: [PATCH] Fixed line formatting by adding bullet points --- 1-getting-started-lessons/2-github-basics/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1-getting-started-lessons/2-github-basics/README.md b/1-getting-started-lessons/2-github-basics/README.md index 91257f4e..24415aa9 100644 --- a/1-getting-started-lessons/2-github-basics/README.md +++ b/1-getting-started-lessons/2-github-basics/README.md @@ -22,8 +22,8 @@ Before you begin, you'll need to check if Git is installed. In the terminal type `git --version` If Git is not installed, [download Git](https://git-scm.com/downloads). Then, setup your local Git profile in the terminal: -`git config --global user.name "your-name"` -`git config --global user.email "your-email"` +* `git config --global user.name "your-name"` +* `git config --global user.email "your-email"` To check if Git is already configured you can type: `git config --list`