1
00:00:02,122 --> 00:00:05,440
After the introduction in the last lecture for

2
00:00:05,440 --> 00:00:09,440
Net OS computers and the so called terminal so the

3
00:00:09,440 --> 00:00:10,530
Net computers

4
00:00:10,530 --> 00:00:12,500
command life interphase,

5
00:00:12,500 --> 00:00:15,680
it's now to dive into the command prompt

6
00:00:15,680 --> 00:00:17,510
on Windows machines.

7
00:00:17,510 --> 00:00:19,660
As explained earlier in this module,

8
00:00:19,660 --> 00:00:21,400
the command prompt is

9
00:00:21,400 --> 00:00:24,360
the traditional command by interphase on

10
00:00:24,360 --> 00:00:25,929
Windows machines.

11
00:00:25,929 --> 00:00:28,950
For this purpose we will dive into the basic commands

12
00:00:28,950 --> 00:00:30,380
you have to interact with

13
00:00:30,380 --> 00:00:33,540
your machine well with this command prompt.

14
00:00:33,540 --> 00:00:38,020
For this I open a graphic user interphase to the left.

15
00:00:38,020 --> 00:00:41,030
That's your traditional Windows Explorer.

16
00:00:41,030 --> 00:00:42,890
Here I went to my computer here,

17
00:00:42,890 --> 00:00:44,940
then to the C-Drive

18
00:00:44,940 --> 00:00:46,822
and then to the Users Folder.

19
00:00:46,822 --> 00:00:48,920
And here you can find your

20
00:00:48,920 --> 00:00:51,620
username, my case, my name here, and then I

21
00:00:51,620 --> 00:00:54,070
open this folder here.

22
00:00:54,070 --> 00:00:55,300
Why did I do this?

23
00:00:55,300 --> 00:00:57,390
Well, because, now it will switch from this

24
00:00:57,390 --> 00:01:00,260
graphic user interphase to the command prompt

25
00:01:00,260 --> 00:01:03,050
and see where we can find this folder.

26
00:01:03,050 --> 00:01:05,260
For this you can press the Windows key on your

27
00:01:05,260 --> 00:01:08,310
keyboard and search for command prompt.

28
00:01:08,310 --> 00:01:11,487
If you do so and open it, we have the command

29
00:01:11,487 --> 00:01:15,710
prompt here to the right and we are also in

30
00:01:15,710 --> 00:01:17,510
my Users Folder, here right?

31
00:01:17,510 --> 00:01:20,690
In "C" "Users" "Manuel Lorenz."

32
00:01:20,690 --> 00:01:21,840
So basically we are now

33
00:01:21,840 --> 00:01:24,430
accessing this folder here in our explorer

34
00:01:24,430 --> 00:01:27,000
in the graphic user interphase and to the right

35
00:01:27,000 --> 00:01:30,027
here in the command prompt. Now you might say,

36
00:01:30,027 --> 00:01:32,670
"Well if we are in the same folder, why can't I

37
00:01:32,670 --> 00:01:35,010
see all these folders and files in here?"

38
00:01:35,010 --> 00:01:37,880
Well, this is of course possible. We can simply enter

39
00:01:37,880 --> 00:01:41,210
commands in this command prompt. And one command

40
00:01:41,210 --> 00:01:43,690
here is simply "dir" for directory,

41
00:01:43,690 --> 00:01:46,150
which will list all items to all folders

42
00:01:46,150 --> 00:01:49,240
and files which you have in this directory.

43
00:01:49,240 --> 00:01:53,070
With that you see we get overview of all the

44
00:01:53,070 --> 00:01:55,780
content of this folder, as we see to the left.

45
00:01:55,780 --> 00:01:59,290
For example, this anaconda folder and so on.

46
00:01:59,290 --> 00:02:01,720
So this if our first command prompt step here.

47
00:02:01,720 --> 00:02:05,594
And we are now in the so called "home directory."

48
00:02:05,594 --> 00:02:08,850
You basically have three core directories on

49
00:02:08,850 --> 00:02:12,170
your machine and this is the home directory,

50
00:02:12,170 --> 00:02:15,760
the user's directory, and root directory.

51
00:02:15,760 --> 00:02:19,370
Now what is the user's directory now? If we

52
00:02:19,370 --> 00:02:21,120
switch up a level here on our graphic

53
00:02:21,120 --> 00:02:23,910
user interphase, to this folder, this is

54
00:02:23,910 --> 00:02:26,950
the user's directory. My case, I only have one

55
00:02:26,950 --> 00:02:29,190
user and this default one, but you could have

56
00:02:29,190 --> 00:02:31,480
multiple users in here and all these users

57
00:02:31,480 --> 00:02:34,340
would be part of this user's directory.

58
00:02:34,340 --> 00:02:36,400
Now how can you access it? Well, you have

59
00:02:36,400 --> 00:02:40,060
plenty of options. But if we are now in this

60
00:02:40,060 --> 00:02:42,680
Manuel Lorenz folder here in the command prompt

61
00:02:42,680 --> 00:02:45,160
and what I just did is, I have navigated one

62
00:02:45,160 --> 00:02:48,810
folder up actually. Well, I can do the same

63
00:02:48,810 --> 00:02:51,410
thing in the command prompt by adding the "CD"

64
00:02:51,410 --> 00:02:54,514
command. "CD" stands for change directory and

65
00:02:54,514 --> 00:02:57,480
with two dots this simply tells our command

66
00:02:57,480 --> 00:03:00,810
prompt change directory and move one hierarchy

67
00:03:00,810 --> 00:03:04,000
level, so one folder level, so to say up.

68
00:03:04,000 --> 00:03:06,417
If we do that, you see we are currently in

69
00:03:06,417 --> 00:03:09,800
"c://Users>" so basically C users here

70
00:03:09,800 --> 00:03:14,200
in the explorer and if we again add "DIR"

71
00:03:14,200 --> 00:03:16,550
to show our content, you see we have the same

72
00:03:16,550 --> 00:03:19,353
folders that we have in our explorer.

73
00:03:20,320 --> 00:03:22,910
So this is our Users Directory. If we move

74
00:03:22,910 --> 00:03:25,750
another level up on to the C-Drive in my case,

75
00:03:25,750 --> 00:03:28,180
we are in the so called Root Directory.

76
00:03:28,180 --> 00:03:30,870
So the starting point of the hard disk drive

77
00:03:30,870 --> 00:03:33,620
so to say. We can also do the same thing here

78
00:03:33,620 --> 00:03:35,697
in our command prompt of course by entering

79
00:03:35,697 --> 00:03:39,530
"CD .." once again and you see we are now

80
00:03:39,530 --> 00:03:42,310
on the C-Drive basically and the DIR you see

81
00:03:42,310 --> 00:03:45,287
we again have the same folders. Besides these

82
00:03:45,287 --> 00:03:48,367
three directories, we can also change our

83
00:03:48,367 --> 00:03:51,720
hard disk drives because, well, in many cases of

84
00:03:51,720 --> 00:03:54,330
Windows machines you don't only have a C-Drive

85
00:03:54,330 --> 00:03:56,884
you also have the D-Drive and so on.

86
00:03:56,884 --> 00:03:59,810
Changing the hard disk drive is very easy.

87
00:03:59,810 --> 00:04:02,350
You simply enter the hard disk drive with a

88
00:04:02,350 --> 00:04:05,023
capital letter and then a colon. If you do that,

89
00:04:05,023 --> 00:04:08,010
well, you see and now on the D-Drive and I can

90
00:04:08,010 --> 00:04:11,640
navigate around as I saw it on the C-Drive here.

91
00:04:11,640 --> 00:04:13,950
If I want to go back to my C-Drive, which is

92
00:04:13,950 --> 00:04:16,779
typically the well, initial drive to have for

93
00:04:16,779 --> 00:04:18,980
the core drive of the Windows installation on

94
00:04:18,980 --> 00:04:21,426
your machine, you enter "C:"

95
00:04:21,426 --> 00:04:24,710
and now you are back on the C-Drive.

96
00:04:24,710 --> 00:04:27,650
So these are the first steps in the command prompt.

97
00:04:27,650 --> 00:04:28,540
You see that we

98
00:04:28,540 --> 00:04:31,040
start a command prompt in our so called

99
00:04:31,040 --> 00:04:34,303
Home Directory and that we have this User's

100
00:04:34,303 --> 00:04:37,590
and Root Directory and that we can change our

101
00:04:37,590 --> 00:04:39,790
different drives well with the

102
00:04:39,790 --> 00:04:42,547
command prompt here. The question now is,

103
00:04:42,547 --> 00:04:44,330
"How can I now access folders?"

104
00:04:44,330 --> 00:04:47,640
For example, Safari only saw "CD.." to move

105
00:04:47,640 --> 00:04:49,860
one level up, but how can I go back to my

106
00:04:49,860 --> 00:04:52,270
Home Directory, for example.

107
00:04:52,270 --> 00:04:54,510
Navigation in the command prompt can be done

108
00:04:54,510 --> 00:04:57,490
in two different ways: with absolute

109
00:04:57,490 --> 00:05:01,847
or relative paths. A relative path simply means

110
00:05:01,847 --> 00:05:05,060
"I always start from my current location."

111
00:05:05,060 --> 00:05:07,110
So in my case I'm in the C-Drive here

112
00:05:07,110 --> 00:05:10,070
and if I enter DIR once again, you see we have

113
00:05:10,070 --> 00:05:11,980
all these folders here, so the same structure

114
00:05:11,980 --> 00:05:15,450
that we saw to the left. We know that our Home

115
00:05:15,450 --> 00:05:18,540
Directory is located in that Users Folder.

116
00:05:18,540 --> 00:05:21,240
So what I can do now is, I can enter "CD" and

117
00:05:21,240 --> 00:05:23,783
now simply "Users" right?

118
00:05:24,660 --> 00:05:26,090
And tag for auto-completion.

119
00:05:26,090 --> 00:05:27,900
This is the default.

120
00:05:27,900 --> 00:05:30,890
This is a relative path because I am starting

121
00:05:30,890 --> 00:05:33,440
from my current location and am now accessing

122
00:05:33,440 --> 00:05:35,923
another folder. If I do this,

123
00:05:35,923 --> 00:05:38,486
I am now in the Users Folder.

124
00:05:38,486 --> 00:05:39,858
So if I replicate this here

125
00:05:39,858 --> 00:05:43,010
I'm in here. This means if we enter DIR once

126
00:05:43,010 --> 00:05:45,207
again you can now say, "please access the

127
00:05:45,207 --> 00:05:48,190
Manuel Lorenz folder here" or your username,

128
00:05:48,190 --> 00:05:51,810
of course. So you again type "CD" again from your

129
00:05:51,810 --> 00:05:55,360
current location and then your name. Again you

130
00:05:55,360 --> 00:05:57,270
can enter auto-completion. You see these

131
00:05:57,270 --> 00:05:59,580
quotation marks which automatically added if you

132
00:05:59,580 --> 00:06:02,410
have a space here. So make sure you do the same

133
00:06:02,410 --> 00:06:04,149
or, as I said, the auto-completion will

134
00:06:04,149 --> 00:06:07,298
already implement this. And if you do that

135
00:06:07,298 --> 00:06:10,130
now you are back in the Users Folder.

136
00:06:10,130 --> 00:06:12,450
Starting from this folder in here, you can then

137
00:06:12,450 --> 00:06:14,720
navigate in all the other folders always with

138
00:06:14,720 --> 00:06:18,030
the CD command and then well the folder name.

139
00:06:18,030 --> 00:06:20,490
For example, in here we also have the desktop,

140
00:06:20,490 --> 00:06:22,850
right? Here I have for example this

141
00:06:22,850 --> 00:06:25,817
GIT Basics folder. Now I can also say,

142
00:06:25,817 --> 00:06:28,690
"Please navigate from the Manuel Lorenz folder

143
00:06:28,690 --> 00:06:30,643
on to my desktop" right here.

144
00:06:32,040 --> 00:06:32,950
Now a backslash

145
00:06:32,950 --> 00:06:34,890
and now enter this GIT Folder,

146
00:06:34,890 --> 00:06:36,850
this GIT Basics Folder. You don't have this

147
00:06:36,850 --> 00:06:38,720
folder, so you can use another folder that

148
00:06:38,720 --> 00:06:40,810
you might have on your desktop. That's again

149
00:06:40,810 --> 00:06:43,270
a relative path and if I do this, I am now

150
00:06:43,270 --> 00:06:44,910
in this folder.

151
00:06:44,910 --> 00:06:46,733
So this is a relative path.

152
00:06:48,400 --> 00:06:50,940
We also have absolute paths, though.

153
00:06:50,940 --> 00:06:52,640
An absolute path is what you

154
00:06:52,640 --> 00:06:54,650
can always see right here.

155
00:06:54,650 --> 00:06:57,279
This is an absolute path and the absolute path

156
00:06:57,279 --> 00:07:00,430
always starts from the Root Directory, so this

157
00:07:00,430 --> 00:07:01,840
C-Drive here.

158
00:07:01,840 --> 00:07:04,210
Then you get all the folders you want to access

159
00:07:04,210 --> 00:07:06,760
up to the point where you finally are.

160
00:07:06,760 --> 00:07:08,820
And you can use such an absolute path

161
00:07:08,820 --> 00:07:09,870
from anywhere.

162
00:07:09,870 --> 00:07:12,200
So no matter if I'm now in this GIT Basics Folder

163
00:07:12,200 --> 00:07:15,300
and if I want to navigate in to my Home Directory

164
00:07:15,300 --> 00:07:19,390
here, I can simply do this with "CD" and now,

165
00:07:19,390 --> 00:07:20,463
can't see it,

166
00:07:21,550 --> 00:07:23,050
make this bigger,

167
00:07:23,050 --> 00:07:25,650
and now I can navigate in to this folder

168
00:07:25,650 --> 00:07:27,260
like this, right.

169
00:07:27,260 --> 00:07:29,926
Or if I go back to my Root Directory,

170
00:07:29,926 --> 00:07:32,450
for this we have a nice shortcut, by the way,

171
00:07:32,450 --> 00:07:35,350
this is "CD /" so now I'm again in the

172
00:07:35,350 --> 00:07:36,203
Root directory.

173
00:07:37,176 --> 00:07:39,770
And if I now enter a "CD" and now this

174
00:07:39,770 --> 00:07:41,600
absolute path right here, so I can simply

175
00:07:41,600 --> 00:07:42,950
copy and paste it here to make it easier

176
00:07:42,950 --> 00:07:44,736
for us, and I copied the wrong thing,

177
00:07:44,736 --> 00:07:46,547
that's the problem with copy and pasting,

178
00:07:46,547 --> 00:07:49,280
of course, I just want to access

179
00:07:50,230 --> 00:07:51,270
this part here.

180
00:07:51,270 --> 00:07:53,100
So, like this

181
00:07:53,100 --> 00:07:57,313
so we say "CD" and now "C://Users" is on.

182
00:07:58,200 --> 00:08:00,830
If we do that, you see I am now back in the

183
00:08:00,830 --> 00:08:02,290
GIT Basics Folders.

184
00:08:02,290 --> 00:08:04,840
So these are absolute and relative paths.

185
00:08:04,840 --> 00:08:07,260
Absolute paths always start from the

186
00:08:07,260 --> 00:08:09,580
Root Folder of the current drive whereas the

187
00:08:09,580 --> 00:08:12,070
relative path always starts from your current

188
00:08:12,070 --> 00:08:14,160
location, which you can see here

189
00:08:14,160 --> 00:08:15,283
in the command prompt.

190
00:08:16,300 --> 00:08:17,770
Now, when should I use what?

191
00:08:17,770 --> 00:08:20,010
Well, typically we work with absolute path,

192
00:08:20,010 --> 00:08:22,250
specifically development and web development

193
00:08:22,250 --> 00:08:24,200
because if you think about the project that you

194
00:08:24,200 --> 00:08:26,740
have here in that GIT Basics Folder, for example,

195
00:08:26,740 --> 00:08:28,570
and inside this project you have different

196
00:08:28,570 --> 00:08:31,141
references to other files and folders,

197
00:08:31,141 --> 00:08:33,860
but if you would use absolute paths for this

198
00:08:33,860 --> 00:08:36,159
and your username would change,

199
00:08:36,159 --> 00:08:37,510
then the project would break.

200
00:08:37,510 --> 00:08:39,630
With a relative path, you are always starting

201
00:08:39,630 --> 00:08:41,460
relative from your current location.

202
00:08:41,460 --> 00:08:43,799
So inside this project folder, therefore,

203
00:08:43,799 --> 00:08:45,740
the project doesn't break no matter if you

204
00:08:45,740 --> 00:08:48,180
move it to another computer or cloud or

205
00:08:48,180 --> 00:08:49,720
any where else.

206
00:08:49,720 --> 00:08:52,470
With that we can actually navigate one level up

207
00:08:52,470 --> 00:08:56,310
to our desktop here and we can also clean our

208
00:08:56,310 --> 00:08:58,010
command from here because we have lots of

209
00:08:58,010 --> 00:08:59,110
information here.

210
00:08:59,110 --> 00:09:00,710
To clean or clear the current

211
00:09:00,710 --> 00:09:04,720
command prompt statutes, you simply type "CLS."

212
00:09:04,720 --> 00:09:05,610
Like this.

213
00:09:05,610 --> 00:09:08,500
With that you have a clean window here again.

214
00:09:08,500 --> 00:09:10,460
So we saw our different directories,

215
00:09:10,460 --> 00:09:12,060
we learned how to change directories,

216
00:09:12,060 --> 00:09:14,910
and we learned about absolute and relative paths.

217
00:09:14,910 --> 00:09:16,650
What we didn't learn so far is how we can

218
00:09:16,650 --> 00:09:19,860
actually create things in the files and folders.

219
00:09:19,860 --> 00:09:23,180
Maybe this is what we will tackle next.

220
00:09:23,180 --> 00:09:25,330
Right now we are on the desktop

221
00:09:25,330 --> 00:09:26,260
in our command prompt.

222
00:09:26,260 --> 00:09:28,230
You can also see to the left in our explorer.

223
00:09:28,230 --> 00:09:31,110
And now I want to create files and folders.

224
00:09:31,110 --> 00:09:33,480
Well, we can use DIR for example to see which

225
00:09:33,480 --> 00:09:34,900
files and folders we have.

226
00:09:34,900 --> 00:09:36,910
But I want to create a new one, a new folder,

227
00:09:36,910 --> 00:09:37,983
to be more precise.

228
00:09:38,920 --> 00:09:41,920
Folders can be created with the "MKDIR" so

229
00:09:41,920 --> 00:09:43,350
make directory command.

230
00:09:43,350 --> 00:09:45,230
Then you simply add a folder name.

231
00:09:45,230 --> 00:09:47,130
For example,

232
00:09:47,130 --> 00:09:49,053
command prompt.

233
00:09:50,290 --> 00:09:51,640
You do that.

234
00:09:51,640 --> 00:09:53,110
You see to the left already that the

235
00:09:53,110 --> 00:09:55,220
folder was created and you can also use this

236
00:09:55,220 --> 00:09:57,720
DIR, you know how this works in the meanwhile,

237
00:09:57,720 --> 00:09:59,148
and we can now navigate into

238
00:09:59,148 --> 00:10:01,090
this folder with relative path.

239
00:10:01,090 --> 00:10:03,500
You know how this works. So "CD", then "com"

240
00:10:03,500 --> 00:10:06,760
and then you can press tab. And with that

241
00:10:06,760 --> 00:10:08,830
we are now in this command prompt folder.

242
00:10:08,830 --> 00:10:09,840
Like this.

243
00:10:09,840 --> 00:10:11,650
And inside this folder, am I going to

244
00:10:11,650 --> 00:10:12,980
create another folder.

245
00:10:12,980 --> 00:10:15,550
Let's create another directory and say

246
00:10:16,520 --> 00:10:17,610
The Basics,

247
00:10:17,610 --> 00:10:18,833
something like this,

248
00:10:19,720 --> 00:10:20,553
right?

249
00:10:20,553 --> 00:10:21,700
So we have this folder now.

250
00:10:21,700 --> 00:10:25,069
Now we can navigate into it.

251
00:10:25,069 --> 00:10:28,090
And inside this folder am I going to create

252
00:10:28,090 --> 00:10:30,010
a file, let's see, a simple text file,

253
00:10:30,010 --> 00:10:30,953
for example.

254
00:10:32,290 --> 00:10:34,070
Files can be created with these so called

255
00:10:34,070 --> 00:10:35,450
echo command.

256
00:10:35,450 --> 00:10:38,000
Echo, written like this, and then the content

257
00:10:38,000 --> 00:10:39,420
of this text files, maybe

258
00:10:39,420 --> 00:10:42,310
our first file, in here

259
00:10:43,160 --> 00:10:46,570
I'll make this again a bit bigger for you.

260
00:10:46,570 --> 00:10:49,060
Then, you add this larger than sign

261
00:10:49,060 --> 00:10:52,560
and then you add the file name and the file type.

262
00:10:52,560 --> 00:10:54,150
So this could be a simple

263
00:10:55,370 --> 00:10:57,970
test.txt. File. Like this.

264
00:10:57,970 --> 00:11:00,208
So Echo, then the content of the file,

265
00:11:00,208 --> 00:11:02,300
then the larger than symbol, and then

266
00:11:02,300 --> 00:11:04,263
the file name and the file type.

267
00:11:05,370 --> 00:11:07,250
If we do that, we don't see a lot,

268
00:11:07,250 --> 00:11:08,687
but with DIR

269
00:11:08,687 --> 00:11:10,860
we see it that now we created

270
00:11:10,860 --> 00:11:13,290
this text.txt file here.

271
00:11:13,290 --> 00:11:14,910
And if you now want to see what's inside

272
00:11:14,910 --> 00:11:17,670
this file, you can simply enter

273
00:11:17,670 --> 00:11:19,280
type test.txt

274
00:11:19,280 --> 00:11:21,310
because we are inside this folder so we can

275
00:11:21,310 --> 00:11:23,783
access this file and if you do that you see

276
00:11:23,783 --> 00:11:26,360
that you see that this contains this

277
00:11:26,360 --> 00:11:29,400
our first file test in here.

278
00:11:29,400 --> 00:11:31,330
Besides creating files and folders,

279
00:11:31,330 --> 00:11:34,290
let's go here and clear this again.

280
00:11:34,290 --> 00:11:36,330
Besides creating files and folders,

281
00:11:36,330 --> 00:11:38,653
we can of course also delete these.

282
00:11:40,040 --> 00:11:43,560
For that we are now again here in

283
00:11:43,560 --> 00:11:45,080
our basics folder.

284
00:11:45,080 --> 00:11:47,730
Let's now say, "Mmm, this text.txt file

285
00:11:47,730 --> 00:11:49,320
wasn't actually what I wanted"

286
00:11:49,320 --> 00:11:50,900
so let's delete it.

287
00:11:50,900 --> 00:11:52,785
For this you can simply say "del"

288
00:11:52,785 --> 00:11:55,910
for delete and now refer to the file.

289
00:11:55,910 --> 00:11:58,680
If you do that and check the content of the

290
00:11:58,680 --> 00:12:01,540
folder again, the file is gone.

291
00:12:01,540 --> 00:12:04,780
Same thing can also be done for a folder actually.

292
00:12:04,780 --> 00:12:08,139
So let me first create a folder in here, a new one,

293
00:12:08,139 --> 00:12:09,640
a delete folder, right so we create a

294
00:12:09,640 --> 00:12:11,530
directory delete.

295
00:12:11,530 --> 00:12:13,470
And now if we say, "Mmmm, actually don't

296
00:12:13,470 --> 00:12:15,614
need this one" we cannot make directory

297
00:12:15,614 --> 00:12:17,677
but remove it with remove directory,

298
00:12:17,677 --> 00:12:22,160
"RMDIR" and then refer to this delete folder.

299
00:12:22,160 --> 00:12:24,010
Do that and then check it,

300
00:12:24,010 --> 00:12:25,683
you see the folder is gone.

301
00:12:26,900 --> 00:12:29,460
So this is how you can create files and folders

302
00:12:29,460 --> 00:12:31,463
and how you can also delete these.

303
00:12:32,340 --> 00:12:35,420
And with that we will conclude this crash

304
00:12:35,420 --> 00:12:37,790
course on the Windows command prompt

305
00:12:37,790 --> 00:12:40,840
because for both, the purpose of this module

306
00:12:40,840 --> 00:12:43,190
so to learn GIT and GIT UP, and also for

307
00:12:43,190 --> 00:12:45,410
the purpose of this entire course,

308
00:12:45,410 --> 00:12:48,230
the knowledge we gain so far is absolutely

309
00:12:48,230 --> 00:12:49,540
sufficient.

310
00:12:49,540 --> 00:12:51,670
Therefore, in the next lectures, we will

311
00:12:51,670 --> 00:12:55,690
dive into the installation of GIT on our machines.

312
00:12:55,690 --> 00:12:58,100
In the next lecture we will install GIT on

313
00:12:58,100 --> 00:13:01,190
Net OS computers, so as Windows user you can

314
00:13:01,190 --> 00:13:03,318
skip this lecture and afterwards,

315
00:13:03,318 --> 00:13:06,050
we'll have a look at how we can install GIT

316
00:13:06,050 --> 00:13:07,563
on Windows machines.

