Chris Belanger, Bhagat Singh
Git#
software_development#
Learn Git via Tutorials!
Chances are, if you’re involved with software development, you’ve heard of and have used Git at some point in your life. Version control systems are critical for any successful collaborative software project. Git is simple to start using while still accommodating the most complex tasks with version control. However, even seasoned Git users hit roadblocks on how to handle everyday situations.
Git Apprentice is here to help! This book is the easiest and fastest way to get hands-on experience using Git to handle version control in your projects.
Table of Contents
Chapter 1: A Crash Course in Git
Chapter 2: Cloning a Repo
Chapter 3: Committing Your Changes
Chapter 4: The Staging Area
Chapter 5: Ignoring Files in Git
Chapter 6: Git log & History
Chapter 7: Branching
Chapter 8: Merging
Chapter 9: Syncing With a Remote
Chapter 10: Creating a Repository
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 gentle introduction, then moves on to more complex topics including branching and merging
Topics Covered in Git Apprentice