Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a3f90ed

Browse files
authored
Update README.md
1 parent c04a7f3 commit a3f90ed

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Week2/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ You can think of it like a video game. You get to a certain point in the game, a
2525

2626
This is exactly what happens with GIT: however, instead of calling it _saving your game_ we call it **committing your changes**. If you want to go back to a previous _game save_ you can load it by **checking out that commit**. You will learn more about that in the next sections.
2727

28+
Check out the following short clip to learn about the essentials of GIT:
29+
30+
- [GIT explained in 100 seconds](https://www.youtube.com/watch?v=hwP7WQkmECE)
31+
2832
### Installing GIT
2933

3034
In order to use GIT you first have to install it. The software is different depending on your operating system:
@@ -46,7 +50,7 @@ git config --global user.name "Your name"
4650
git config --global user.email "[email protected]"
4751
```
4852

49-
This makes sure GIT is able to identify you.
53+
This makes sure GIT is able to identify you as the person that uses it to save your files and folders.
5054

5155
### Basic GIT commands
5256

0 commit comments

Comments
 (0)