From the course: Programming Foundations: Version Control with Git
Unlock the full course today
Join today to access over 24,400 courses taught by industry experts.
The basic Git workflow - Git Tutorial
From the course: Programming Foundations: Version Control with Git
The basic Git workflow
- Git offers a lot of different features, so there's a lot of flexibility in how to manage your projects. Your workflow and the features you may use will likely depend on factors such as whether you're working alone, or with a team, or the scope of the project. So there is no one standard process for how to use Git, but at its core, using Git is mostly about creating a series of commits. So there is a basic workflow that every Git user needs to understand, how to create a repository and how to create a commit. Each step requires running a specific Git command. If you are using a GUI, the workflow remains the same. You'll just be using a graphical interface to carry out these actions. We'll go through specific Git commands and how to use a GUI later on in this course. For now, let's talk about what the overall flow looks like. Step one, create a repository to hold your project files and initialize Git to start tracking your files. Step two, make your changes. This can be any type of…
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
-
-
-
Why do you need version control?1m 48s
-
What is version control?1m 33s
-
What is Git?1m 59s
-
(Locked)
Command line vs. graphical user interface2m 8s
-
(Locked)
Git concepts and terminology2m 5s
-
(Locked)
Hosting services1m 35s
-
(Locked)
The basic Git workflow3m 12s
-
(Locked)
Installing Git on Mac5m 55s
-
(Locked)
Installing Git on Windows5m 13s
-
-
-
-