Email the Author
You can use this page to email ehigie aito about Learn Git Visually.
About the Book
"Do you get confused about how git works or what commands to use?"
"Learning git is just as important as learning any programming language"
Git is a fundamental skill for both newbie and skilled programmers. However, most software developers use git by rote memory, without any deep understanding of how it really works under the hood and this is because they learned Git the wrong way.
This guide explains core git concepts, breaking them down into easily digestible bites in an illustrated, easy to follow style that anyone from kids to adults can understand. Removing any confusion of how Git really works.
I am guaranteeing that you will come away with a concrete understanding of how git works. Since I am so sure of the value of this guide, I am offering you a 100%, no-risk, no-questions-asked, money-back refund if you aren't satisfied.
This book will teach you git concepts, not just commands.
It covers
- What a repository really is.
- What happens under the hood when you add files to a working directory.
- How a git branch is not special but simply a reference to a commit object.
- What a blob is.
- How to create a blob.
- How to create and write to tree objects.
- Behind the scenes of how git commits files.
- How to manually create a commit without using the "git commit" command.
- What happens after the initial commit to a repository?
- How git amend works.
- How does git checkout work?
- How to merge, stash, and rebase (from git's viewpoint)
You can find me on Twitter at https://twitter.com/pystar if you have any questions.
About the Author
Software developer and technical writer