
Gitting Things Done - A Visual and Practical Guide to Git [Full Book]
January 8, 2024About 3 min
Gitting Things Done - A Visual and Practical Guide to Git [Full Book] 관련
Git > Article(s)
Article(s)
Gitting Things Done - A Visual and Practical Guide to Git [Full Book]
Introduction Git is awesome. Most software developers use Git on a daily basis. But how many truly understand Git? Do you feel like you know what's going on under the hood as you use Git to perform various tasks? For example, what happens when you us...
Introduction
(1/6) Gitting Things Done - A Visual and Practical Guide to Git [Full Book]
Part 1 - Main Objects and Introducing Changes
(2/6) Gitting Things Done - A Visual and Practical Guide to Git [Full Book]
Part 2 - Branching and Integrating Changes
(3/6) Gitting Things Done - A Visual and Practical Guide to Git [Full Book]
Part 3 - Undoing Changes
(4/6) Gitting Things Done - A Visual and Practical Guide to Git [Full Book]
Part 4 - Amazing and Useful Git Tools
(5/6) Gitting Things Done - A Visual and Practical Guide to Git [Full Book]
Summary
(6/6) Gitting Things Done - A Visual and Practical Guide to Git [Full Book]
Appendixes
Additional References - By Part
Note
this is a short list. You can find a longer list of references on the E-Book or printed version.
Part 1
Part 2
Diffs and Patches
Git Diffs algorithms:
The most default diff algorithm in Git is Myers:
- https://www.nathaniel.ai/myers-diff/
- https://blog.jcoglan.com/2017/02/12/the-myers-diff-algorithm-part-1/
- https://blog.robertelder.org/diff-algorithm/
Git Merge
- https://git-scm.com/book/en/v2/Git-Tools-Advanced-Merging
- https://blog.plasticscm.com/2010/11/live-to-merge-merge-to-live.html
Git Rebase
- https://jwiegley.github.io/git-from-the-bottom-up/1-Repository/7-branching-and-the-power-of-rebase.html
- https://git-scm.com/book/en/v2/Git-Branching-Rebasing
Beatles-Related Resources
- https://www.the-paulmccartney-project.com/song/ive-got-a-feeling/
- https://www.cheatsheet.com/entertainment/did-john-lennon-or-paul-mccartney-write-the-classic-a-day-in-the-life.html/
- http://lifeofthebeatles.blogspot.com/2009/06/ive-got-feeling-lyrics.html
Part 3
- https://git-scm.com/book/en/v2/Git-Tools-Reset-Demystified
- https://www.edureka.co/blog/common-git-mistakes/
About the Author
Omer Rosenbaum is Swimm’s Chief Technology Officer. He's the author of the Brief YouTube Channel. He's also a cyber training expert and founder of Checkpoint Security Academy. He's the author of Computer Networks (in Hebrew). You can find him on Twitter.
Gitting Things Done - A Visual and Practical Guide to Git [Full Book]
Introduction Git is awesome. Most software developers use Git on a daily basis. But how many truly understand Git? Do you feel like you know what's going on under the hood as you use Git to perform various tasks? For example, what happens when you us...