Git videos
Branches, commits, rebases, recovery, and the commands that make version control feel less like defusing a bomb.
Git videos
Newest first. No clever sorting hiding the good stuff.
Short / git What is Git Cherry-Pick?
Git cherry-pick applies a specific commit from another branch while preserving the rest of that branch's work.
0:521,570 views40 likes →
Short / git How to REALLY use git stash (save your work!)
Awaiting inside a loop runs operations sequentially, while collecting tasks and using `Task.WhenAll` enables concurrency when ordering is not required.
0:581,048 views31 likes →
Short / git Where's my code!?
The Peacock extension assigns colors to Visual Studio Code workspaces, with customizable targets and integrations for remote development and Live Share.
1:01566 views15 likes →
Short / git What is git clean 🤯
`git clean` removes untracked files, with flags controlling forced deletion, untracked directories, and ignored files.
0:48545 views9 likes →
Short / git What IS git switch!?
`git switch` separates branch switching from `git checkout`, while `git restore` handles restoring paths from an index or tree.
1:00512 views7 likes →