mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-16 11:44:58 +02:00
Update README.md
This commit is contained in:
@@ -149,7 +149,7 @@ Let's say you have a folder locally with some code project and you want to start
|
|||||||
git push
|
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
|
#### Commit messages
|
||||||
|
|
||||||
@@ -315,4 +315,4 @@ You'll also find more advanced labs.
|
|||||||
|
|
||||||
## Assignment
|
## Assignment
|
||||||
|
|
||||||
Complete [the First Week on GitHub training lab](https://lab.github.com/githubtraining/first-week-on-github)
|
Complete [the First Week on GitHub training lab](https://lab.github.com/githubtraining/first-week-on-github)
|
||||||
|
Reference in New Issue
Block a user