You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Week2/README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
25
25
26
26
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.
27
27
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
+
28
32
### Installing GIT
29
33
30
34
In order to use GIT you first have to install it. The software is different depending on your operating system:
0 commit comments