Video description
Master the basics to use Git effectively
About This Video
- Explore how Git and GitHub work, along with their basic features
- Learn how to manage commits, branches, merging, and objects in GitHub and Git
- Perform basic operations such as committing changes, pushing to the remote, and merging branches
In Detail
This course is designed to guide you through working with Git and GitHub. You will start by learning how to install Git and initialize a new Git repository on Windows, Mac, and Linux/Unix systems and then understand how to use it on the command line.
Next, you will learn the four types of objects in Git: blobs, trees, commits, and annotated tags. Each object has a unique SHA1 hash. All objects are stored in the folders. Every object has just a single reference to it-SHA1 hash. Files are stored in blobs. Filenames are stored in other Git objects called trees.
The videos will guide you through making changes, staging them, and committing them afterward. Also, you will learn and practice how to observe commits tree and checkout different commits to “travel in time” between different states of the Git repository.
By the end of this course, you will be well-versed with the basics of Git and GitHub.
Product information
- Title: Git and GitHub Crash Course
- Author(s):
- Release date: June 2021
- Publisher(s): Packt Publishing
- ISBN: 9781801813709
You might also like
video
Postman Tutorial: Getting Started with API Testing
Discover the process of testing REST API using Postman with requests, collections, environments, workspaces, and much …
video
Understanding APIs and RESTful APIs Crash Course
Discover what APIs and RESTful APIs are and how they work About This Video Get to …
book
Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, 2nd Edition
Through a series of recent breakthroughs, deep learning has boosted the entire field of machine learning. …
video
Docker for the Absolute Beginner - Hands-On
Docker is an open platform for developers and sysadmins to build, deploy, and run distributed applications …