Git and GitHub Crash Course

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...

Full description

Bibliographic Details
Main Author: Stashchuk, Bogdan
Format: eBook
Language:English
Published: Packt Publishing 2021
Edition:1st edition
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 02220nmm a2200289 u 4500
001 EB001996787
003 EBX01000000000000001159688
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210823 ||| eng
100 1 |a Stashchuk, Bogdan 
245 0 0 |a Git and GitHub Crash Course  |c Stashchuk, Bogdan 
250 |a 1st edition 
260 |b Packt Publishing  |c 2021 
300 |a 1 video file, approximately 1 hr., 16 min. 
653 |a Streaming video / http://id.loc.gov/authorities/subjects/sh2005005237 
653 |a Vidéos sur Internet 
653 |a streaming video / aat 
653 |a Vidéo en continu 
653 |a Internet videos / http://id.loc.gov/authorities/subjects/sh2007001612 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
500 |a Made available through: Safari, an O'Reilly Media Company 
776 |z 9781801813709 
856 4 0 |u https://learning.oreilly.com/videos/~/9781801813709/?ar  |x Verlag  |3 Volltext 
082 0 |a 000 
520 |a 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