[compiledsuccessfully.dev] git-skip-worktree
[slides.com/plipski] git-internals
git-scm.com/book/Git-Internals-Git-Objects
Git Internals, content-addressable filesystem
[yt] Linus Torvalds on git, 2007
git system rozproszony, dlaczego to takie nowe i ważne
Rozwiązania dla typowych problemów z git
[RomuloOliveira] Commit Messages Guide
If applied, this commit will --commit message--
stick to a single standard and follow it
Applies your branch commits, one by one, upon the base branch, generating a new tree.
Creates a new commit, called (appropriately) a merge commit, with the differences between the two branches.
Taking a series of commits and condensing them into a single commit
rebase -i
Rebase and squash rewrite history and overwrite existing commits
[hackernews] Git rebase in depth (git-rebase.io)
# Wgraj plik z poprzedniego commit do katalogu roboczego
git checkout HEAD~1 -- gulp-sourcemaps.pug