Advanced Git: Understanding Git Internals and Commands

Advanced Git: Understanding Git Internals and Commands

English | 2021 | ISBN: 978-1950325283 | 235 Pages | PDF, EPUB | 17 MB

If you’re involved with software development, chances are you’ve heard of and used Git at some point. Version control systems are critical for any successful collaborative software project. Git is simple to start using, while accommodating the most complex tasks with version control. However, even seasoned Git users hit roadblocks on how to handle everyday situations.

Advanced Git is here to help! This book begins where the other Git book in our catalog, “Git Apprentice”, ends.

Who This Book Is For

This book is for anyone who wants to leverage version control’s power with Git in their software development process. It starts with a look under Git’s hood, then moves on to more complicated scenarios including merge conflicts, rebasing and more. Finally, you’ll learn common workflows using Git.

Topics Covered in Advanced Git

  • How Git actually works: After using Git for a while, it’s good to discover the whys behind all the things.
  • Rebasing: A more advanced way of merging code and collaborating.
  • Merge Conflicts & Undo: You’ll eventually run into problems while using Git. Find out how to handle them with ease.
  • Workflows in Git: Working with Git requires some rules to ensure things go smoothly across development teams. Learn the most common workflows and how to decide which to use for your project.

One thing you can count on: After reading this book, you’ll be well-prepared to use Git in your software development workflow!

Homepage