From 2e4af5977cdc50870c86033a0e498e7f8cb3519e Mon Sep 17 00:00:00 2001 From: Sai vishnu Date: Tue, 29 Dec 2020 16:37:14 +0530 Subject: [PATCH] Update README.md --- 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 f32375cb..909c2857 100644 --- a/1-getting-started-lessons/2-github-basics/README.md +++ b/1-getting-started-lessons/2-github-basics/README.md @@ -149,7 +149,7 @@ Let's say you have a folder locally with some code project and you want to start git push ``` - > Tip, You might also want to adopt a `.gitignore` file to prevent files you don't want to track from showing up on GitHub - like that notes file you store in the same folder but has no place on a public repository. You can find templates for `.gitignore` files at [.gitignore templates](github.com/github/gitignore). + > Tip, You might also want to adopt a `.gitignore` file to prevent files you don't want to track from showing up on GitHub - like that notes file you store in the same folder but has no place on a public repository. You can find templates for `.gitignore` files at [.gitignore templates](https://github.com/github/gitignore). #### Commit messages @@ -315,4 +315,4 @@ You'll also find more advanced labs. ## Assignment -Complete [the First Week on GitHub training lab](https://lab.github.com/githubtraining/first-week-on-github) \ No newline at end of file +Complete [the First Week on GitHub training lab](https://lab.github.com/githubtraining/first-week-on-github)