Jump to ratings and reviews
Rate this book

Git Essentials

Rate this book
Create, merge, and distribute code with Git, the most powerful and flexible versioning system availableAbout This BookMaster all the basic concepts of Git to protect your code and make it easier to evolveUse Git proficiently, and learn how to resolve day-by-day tasks easilyA step-by-step guide, packed with examples to help you learn and work with Git internalsWho This Book Is ForIf 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 LearnCreate, branch, and merge a local repositoryTransport your work to a remote repository working in a centralized mannerOrganize your source code using feature branchesOrganize the development flowGet a meaningful changelog using clear commit messagesCollaborate with teammates without any impedimentsExperiment with your code without affecting functional code filesExplore some tools used to migrate to Git from other versioning systems without losing your development historyExtend your knowledge of Git with some useful resourcesIn DetailSince its inception, Git has attracted skilled developers due to its robust, powerful, and reliable features. Its incredibly fast branching ability transformed a piece of code from a niche tool for former Linux Kernel developers into a mainstream distributed versioning system. Like most powerful tools, Git can be hard to approach since it has a lot of commands, subcommands, and options that easily confuse newcomers. The main purpose of Git Essentials is to help you overcome this fear and become adept at all basic tasks in Git. This book starts with an introduction to version control systems, and after this you'll delve deeply into the essentials of Git. This serves as a primer for the topics to follow such as branching and merging, creating and managing a GitHub personal repository, and fork and pull requests. You will then learn the art of cherry-picking, taking only commits you like, followed by Git blame. Finally, you'll learn how to migrate from SVN using Git tools or TortoiseGit and migrate from other VCSs, concluding with a collection of resources, links, and appendices.

239 pages, Kindle Edition

First published April 10, 2015

9 people are currently reading
50 people want to read

About the author

Ferdinando Santacroce

5 books11 followers

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
15 (33%)
4 stars
19 (42%)
3 stars
8 (17%)
2 stars
3 (6%)
1 star
0 (0%)
Displaying 1 - 7 of 7 reviews
Profile Image for Mario.
125 reviews39 followers
November 3, 2015
Good resources information and a great explanation of workflows.
Profile Image for Joel.
5 reviews
April 24, 2018
I really liked how well the examples worked. I read on one screen and food the exercises in the other. I also used this to convert from svn to git based on the chapters at the end. It was extremely helpful to decide on a workflow as well.
Profile Image for Furkan Sakar.
10 reviews
November 26, 2017
Nice introduction to Git. I also like the workflow part where it shows some commonly accepted strategies. I recommend the book even you did not decide to use Git.
Profile Image for Girish B.
22 reviews3 followers
June 12, 2018
Very useful for anyone starting to use Git.
66 reviews2 followers
March 13, 2024
I'm not new in developing, but this book worse than official guide about git. Sadly i get nothing new information from books, and i can't recommend it even for my students
Displaying 1 - 7 of 7 reviews

Can't find what you're looking for?

Get help and learn more about the design.