Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
Tag: git

Episode #679
Git Hooks for Evil and Good
Between your beautiful code change and immortality stands a gatekeeper: git commit hooks. These hooks can be helpful... or annoying. Join Jessica Kerr to learn how to make the former, …

Episode #671
Share Credentials with a Devcontainer
Pushing to a remote Git host like Github from inside a devcontainer poses some challenges. In this video you'll learn a valuable technique for sharing credentials into a container without …

Episode #614
NPM for Dev Dependencies
No matter what language you program in for a living, skill with JavaScript tools and libraries has become essential. Learn from Jessica Kerr how to use NPM to document project …

Episode #600
Git Storytelling – Part 3
Sometimes, we realize that something was just a *little* bit wrong in that last commit. Brooke Kuhlmann joins us one more time to demonstrate the git `amend` command. You'll see …

Episode #599
Git Storytelling – Part 2
Guest chef Brooke Kuhlmann is back, to demonstrate how we can use git's `fixup` and `rebase` to rewrite our git history into a more coherent narrative before it's shared with …

Episode #598
Git Storytelling – Part 1
Join guest chef Brooke Kuhlmann to see how git's interactive rebasing feature can help us tell better stories about our code changes. And learn some handy git aliases along the …

Episode #576
Part 2: Telling Git Your Intentions
Guest Chef Nadia Odunayo returns to show us a little-known trick for incorporating newly-created files into an efficient Git patch workflow.

Episode #575
Part 1: Patching with Git
Have you ever had to wade through a large git commit full of miscellaneous unrelated changes? In today's episode, guest chef Nadia Odunayo is going to show you how you …

Episode #550
Github Flow Automation
Join guest guest chef Maikel Lammers to learn how the "Danger" tool can help you avoid continuous integration whoopsies by automating your deployment checklists!