1 00:00:06,780 --> 00:00:08,940 - Alright, time for a lab. 2 00:00:08,940 --> 00:00:09,930 On the Git server. 3 00:00:09,930 --> 00:00:12,840 Create a Git repository "lesson18lab". 4 00:00:12,840 --> 00:00:13,890 And on the Git client. 5 00:00:13,890 --> 00:00:16,090 Create directly with the name "lesson18lab". 6 00:00:16,950 --> 00:00:18,090 Puts some files in it 7 00:00:18,090 --> 00:00:20,730 and puts these files through the Git server. 8 00:00:20,730 --> 00:00:23,370 Then you create a new branch with the name "testing" 9 00:00:23,370 --> 00:00:25,050 and in this branch you create the files 10 00:00:25,050 --> 00:00:27,270 four.txt and five.txt. 11 00:00:27,270 --> 00:00:29,790 And make sure that five.txt is never synchronized 12 00:00:29,790 --> 00:00:32,430 no matter which Git repo it is in. 13 00:00:32,430 --> 00:00:34,110 Next, get back to the main branch 14 00:00:34,110 --> 00:00:37,230 and confirm that the four.txt file does not exist 15 00:00:37,230 --> 00:00:39,900 and merge the testing branch with main branch. 16 00:00:39,900 --> 00:00:40,900 Good luck with that.