1 00:00:00,000 --> 00:00:02,416 Hello friends, welcome back. 2 00:00:02,416 --> 00:00:05,794 In previous lecture, we have seen what is version 3 00:00:05,842 --> 00:00:09,030 control system and types of version control systems. 4 00:00:09,410 --> 00:00:10,818 As I said, we are going to 5 00:00:10,844 --> 00:00:13,098 use Git as our version control system. 6 00:00:13,244 --> 00:00:14,982 In this lecture we are going to see how 7 00:00:14,996 --> 00:00:17,146 do we set up our Git environment. 8 00:00:17,338 --> 00:00:19,822 To demonstrate this Git course, I'm 9 00:00:19,846 --> 00:00:21,250 going to use two users, 10 00:00:21,310 --> 00:00:22,662 that is Developer 1, who 11 00:00:22,676 --> 00:00:24,114 is working on Windows System. 12 00:00:24,212 --> 00:00:26,506 Developer 1 is going to work on my laptop, 13 00:00:26,578 --> 00:00:28,818 I'm going to install Git over here. 14 00:00:28,964 --> 00:00:32,158 Next, Developer 2, we are going to create an Amazon 15 00:00:32,194 --> 00:00:35,598 Linux EC2 Instance, and we'll use it as a 16 00:00:35,624 --> 00:00:38,934 Developer 2, so that you can understand how we can 17 00:00:38,972 --> 00:00:41,742 work with Git either on Windows or Linux system. 18 00:00:41,876 --> 00:00:44,026 So, first let's start with installing 19 00:00:44,098 --> 00:00:45,774 Git on Developer 1 system, 20 00:00:45,872 --> 00:00:47,670 nothing but on my laptop. 21 00:00:49,010 --> 00:00:52,006 This is my laptop, where I should install Git. 22 00:00:52,138 --> 00:00:53,910 Now let's go to browser and search 23 00:00:53,960 --> 00:00:56,434 for Git to install on Windows. 24 00:00:56,602 --> 00:00:58,006 This is my browser. 25 00:00:58,138 --> 00:01:06,450 Search for git on Windows, and you can see, git-scm.com. 26 00:01:06,500 --> 00:01:08,046 This is the first link itself. 27 00:01:08,168 --> 00:01:09,740 Just click on this one. 28 00:01:11,330 --> 00:01:14,050 And here you can see, Downloading Git. 29 00:01:14,110 --> 00:01:15,970 We can install Git for Windows. 30 00:01:16,090 --> 00:01:19,520 This is for 32-bit, and this is for 64-bit. 31 00:01:19,910 --> 00:01:21,474 Our system is 64-bit, 32 00:01:21,512 --> 00:01:23,960 so I'm going to install 64 bit. 33 00:01:24,710 --> 00:01:27,330 It takes a while to get it downloaded. 34 00:01:28,130 --> 00:01:29,180 Let's wait, 35 00:01:29,870 --> 00:01:32,410 okay, we have downloaded Git software. 36 00:01:32,530 --> 00:01:35,146 Let's install this one on our Windows. 37 00:01:35,218 --> 00:01:37,398 Just click on that one, so that it 38 00:01:37,424 --> 00:01:40,110 is exe, anyway we can install it. 39 00:01:40,220 --> 00:01:42,382 To install we need admin privileges. 40 00:01:42,466 --> 00:01:43,966 I have admin privileges. 41 00:01:44,098 --> 00:01:45,064 So let's go. 42 00:01:45,064 --> 00:01:47,064 [No audio] 43 00:01:47,064 --> 00:01:49,798 And I'm going with default settings itself. 44 00:01:49,798 --> 00:01:52,448 [No audio] 45 00:01:52,448 --> 00:01:56,731 Nothing to change, and Install. 46 00:01:56,731 --> 00:02:00,981 [No audio] 47 00:02:00,981 --> 00:02:02,814 Okay, installation is completed. 48 00:02:02,862 --> 00:02:04,962 We don't require View Release Notes. 49 00:02:05,046 --> 00:02:07,074 We will just launch the Git bash. 50 00:02:07,182 --> 00:02:10,362 So if we launch it, it is going to open the Git bash. 51 00:02:10,506 --> 00:02:12,437 Okay, this is my Git bash. 52 00:02:12,533 --> 00:02:14,198 And if I increase the font size, 53 00:02:14,284 --> 00:02:16,506 you can see, I'm a valaxy user. 54 00:02:16,638 --> 00:02:18,834 This we called it as a Git bash prompt. 55 00:02:18,882 --> 00:02:21,114 We can execute our Linux commands 56 00:02:21,222 --> 00:02:23,042 on Windows by using this one. 57 00:02:23,116 --> 00:02:25,302 Even I can do ls, cd, cat. 58 00:02:25,386 --> 00:02:28,106 So this is how we can install Git on Windows system. 59 00:02:28,228 --> 00:02:30,218 In next video, we are going to see 60 00:02:30,304 --> 00:02:33,458 how to set up Git on Linux system. Thanks for watching. 61 00:02:33,544 --> 00:02:34,804 See you in the next video. 62 00:02:34,804 --> 00:02:36,054 [No audio]