From the course: Source Code Control in .NET with Git Using SourceTree

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Examining the basic flow

Examining the basic flow

From the course: Source Code Control in .NET with Git Using SourceTree

Start my 1-month free trial

Examining the basic flow

- [Instructor] We've begun to see the basic flow of working with Git. We can take files from the local repository, which we see on the far right, and bring them into our working directory. Our working directory is where Visual Studio is getting its files, and there's only one instance of your program in the working directory at a time. From the working directory, we can stage files into the staging area, often called the index, and then we can commit those files to our local repository. Once those files are in our local repository, we can push them up to the remote repository.

Contents