From the course: Linux Foundation Certified System Administrator (LFCS) Cert Prep
Unlock this course with a free trial
Join today to access over 24,700 courses taught by industry experts.
Git: Branches and remote repositories - Linux Tutorial
From the course: Linux Foundation Certified System Administrator (LFCS) Cert Prep
Git: Branches and remote repositories
- [Instructor] In this lesson, we'll talk about Git branches. While checking Git status and making commits, we can notice a line like this in the output, On branch master. So, what are these branches? Well, here's one example. Our project can have multiple versions. So, maybe we shipped out version 1.0 to our users, and a part of the team is constantly fixing bugs in version 1.0. So, they'll work on the 1.0 branch. But at the same time, we also intend to build new features into our software. So, another part of the team is working on version 1.1, on an entirely different branch. This way, people can work on two versions, two branches without interfering with each other. And Git will track each branch separately. We can think of branches as different development roads. They can go in similar, but slightly different directions. And from time to time, they can be reunited, which is called merging in Git terminology. And we'll see how that works later on. The master branch is the default…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
Log into local and remote graphical and text mode consoles7m 18s
-
Demo: Log into local and remote graphical and text mode consoles2m 30s
-
Read and use system documentation8m 5s
-
Create, delete, copy, and move files and directories11m 4s
-
(Locked)
Create and manage hard links7m 5s
-
(Locked)
Create and manage soft links3m 14s
-
(Locked)
List, set, and change standard file permissions13m 48s
-
(Locked)
SUID, SGID, and sticky bit7m 18s
-
(Locked)
Search for files12m 33s
-
(Locked)
Compare and manipulate file content9m 6s
-
(Locked)
Pagers and VI demo5m 56s
-
(Locked)
Search a file using grep5m 6s
-
(Locked)
Analyze text using basic regular expressions7m 46s
-
(Locked)
Extended regular expressions10m 3s
-
(Locked)
Archive, back up, compress, unpack, and uncompress files (optional)5m 3s
-
(Locked)
Compress and uncompress files (optional)4m 27s
-
(Locked)
Back up files to a remote system (optional)3m 52s
-
(Locked)
Use input-output redirection (e.g. >, >>, |, 2>)12m 47s
-
(Locked)
Work with SSL certificates17m 30s
-
(Locked)
Git: Basic operations8m 2s
-
(Locked)
Git: Staging and committing changes9m 31s
-
(Locked)
Git: Branches and remote repositories18m 18s
-
-
-
-
-
-