Book Image

Hands-On Version Control with Git [Video]

By : Bibhash Roy
Book Image

Hands-On Version Control with Git [Video]

By: Bibhash Roy

Overview of this book

<p>Git version control gives developers the capability to manage, version, release, and share a code base, free from the nightmare of breaking code. With an enhanced workflow and a faster release cycle, it makes agile software development much easier.</p> <p>In this course you will learn how to use distributed version control to record changes to the project file system to optimize workflows. Git is a highly sought after skill when it comes to landing a programming job. However Git can be pretty useful even to non-programmers such as designers, authors, and so on. You'll learn how to configure your environment to use Git, exploring the inbuilt tools for migrating without losing code files. You'll explore the Git data model and how you can navigate through databases with simple commands. You'll debug your application with Git and use various techniques to find faulty commits. You'll also learn to go remote with your repository with GitHub, updating and cloning remote repositories. Then you'll set up your repositories in BitBucket cloud. You will set up your own Git repositories, configure access, find and recover from repository errors, and perform repository maintenance and troubleshooting. Finally you will work with centralized and distributed version control systems and see how to use Git to bring order to the chaos of collaborative software development.</p> <p>By the end of the tutorial you'll have figured out how to use Git, mastered workflows (from basic to open source), and adopted the one that fits your needs</p> <p>All the code and supporting files for this course are available on Github at: <a style="color: #fa8d11;" href="https://github.com/PacktPublishing/Hands-On-Version-Control-with-Git" target="blank">https://github.com/PacktPublishing/Hands-On-Version-Control-with-Git</a></p> <h1>Style and Approach</h1> <p>This course is an easy-to-follow guide full of examples to help you gain knowledge and expertise in Git. The course is mainly command line-driven using the Bash terminal, which helps you gain insider knowledge of Git. The GitHub demonstrations are web-based since it is the World's largest web-hosted Git repository solution. Every lab session is backed up by thorough explanations of the underlying concepts</p>
Table of Contents (4 chapters)
Chapter 1
Getting Up and Running with Git
Content Locked
Section 7
Accessing and Inspecting Commit History in a Git Repository
Our goal is to learn how to peek into the commit history of a Git repository - Checking commit history in an unformatted state - Checking commit history in a formatted manner for a single file and multiple files - Checking commit history constrained by a range of commits and a defined number of commits