Version Control with Git and GitHub: Discover the most popular source control solutions used by developers worldwide

Version Control with Git and GitHub: Discover the most popular source control solutions used by developers worldwide

English | 2018 | ISBN: 978-1789808971 | 344 Pages | PDF, EPUB | 206 MB

Learn to create and enforce checks and controls for tracking, merging, and approval of changes in your source code
Introduction to Git and GitHub begins with setting up and configuring Git on your computer along with creating a repository and using it for exercises throughout the book. With the help of multiple activities, 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. As you make your way through the chapters, you’ll learn to navigate through the history of a repository, fetch and deliver code to GitHub, and undo code changes.
The first half of the book ends with you learning to work with branches, storing and retrieving changes temporarily, and merging the desired changes into a repository.
In the second half, you’ll learn about forking as part of a collaborative workflow. You’ll also address modularity and duplication through submodules, tracing and rectifying faulty changes, and maintaining repositories.
By the end of this book, you will have learned how to effectively deploy applications using GitHub.
What you will learn

  • 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
Homepage