-
Explore version control, its importance, and usage
-
Learn to use Git individually and as part of a team
-
Understand debugging, maintenance, and deployment with Git and GitHub
This course introduces version control, its relevance, and usage. In the first part, you’ll learn how to set up and configure Git on your computer. Then, you’ll create a repository and use it for exercises throughout the course. Through multiple demos, you’ll learn concepts that show various stages of a file - from when it is untracked to when it is set for tracking under version control. You’ll see how to navigate the history of a repository, fetch and deliver code to GitHub, and undo code changes. The first part ends with you learning to work with branches, storing and retrieving changes temporarily, and merging the desired changes into a repository.
In the second part, you’ll learn about forking as part of a collaborative workflow. You’ll learn addressing modularity and duplication through submodules, tracing and rectifying faulty changes, and maintaining repositories. The second part ends with you learning how to deploy applications using GitHub.
If you want to migrate from other version control tools or want to learn more about Git, you will find this course useful and interesting. Prior experience in coding or familiarity with using the Bash command line interface, will enable you to of the grasp concepts.
-
Understand and implement best practices in version control
-
Explain the GitHub User Interface
-
Understand what is Feature Branch Workflow and implement its features
-
Use forking features, such as submodules and rebasing
-
Master commands for debugging and maintaining a repository
-
Implement continuous integration with CircleCi or TravisCi
-
Gain insight into release management and how GitHub enables software releases