If you are a software developer with little or no experience of versioning systems, or are familiar with other centralized versioning systems, then this book is for you. If you have some experience working with command lines or using Linux admin or just using Unix and want to know more about Git, then this book is ideal for you.
What you will learn
Create, branch, and merge a local repository
Transport your work to a remote repository working in a centralized manner
Organize your source code using feature branches
Organize the development flow
Get a meaningful changelog using clear commit messages
Collaborate with teammates without any impediments
Experiment with your code without affecting functional code files
Explore some tools used to migrate to Git from other versioning systems without losing your development history
Extend your knowledge of Git with some useful resources
Who this book is for
If you are a software developer with little or no experience of versioning systems, or are familiar with other centralized versioning systems, then this book is for you. If you have some experience working with command lines or using Linux admin or just using Unix and want to know more about Git, then this book is ideal for you.
Table of Contents
Getting started with Git
Git fundamentals: working locally
Git fundamentals: working remotely
Git fundamentals: niche concepts, configurations and commands