Git Cloning the Windows OS Repo
A developer's experience and technical guide to cloning the massive Windows OS repository using Git and GVFS, detailing setup, challenges, and workflow tips.
A developer's experience and technical guide to cloning the massive Windows OS repository using Git and GVFS, detailing setup, challenges, and workflow tips.
A technical recap of the Rubrik Build Workshop, covering hands-on sessions on Git, REST APIs, and PowerShell SDKs.
A guide to using Git Hooks for automating commit message validation and enforcing corporate email usage in version control workflows.
Explains methods to securely manage secrets like API keys in .NET apps, avoiding risks of storing them in version control systems like Git.
A guide explaining how to use Git's stash command to manage uncommitted changes when switching between multiple branches.
Explores how GitHub redefined the concept of a 'fork' in git, contrasting it with traditional distributed version control workflows.
A webcast demonstrating an email-based workflow for reviewing patches in git and Mercurial, focusing on the maintainer's perspective.
A guide to using GitHub's 'Hub' command-line tool to supercharge your git workflow with enhanced GitHub integration.
Sourcehut now offers full, first-class support for Mercurial version control, matching its Git features, including CI and email-driven collaboration.
A guide on using Git's amend and rebase commands to edit past commit messages and modify files in previous commits.
Explains how Git commit dates are set locally, not by GitHub's servers, and how to intentionally create commits dated in the future.
A developer details the creative process and challenges behind designing a new logo for their tech podcast, 'No Plans To Merge'.
Explains how using Conventional Commits can make your git log cleaner, more readable, and more useful for understanding project history.
A guide to disciplined Git workflows, covering commit message best practices, atomic commits, and tools for productive version control.
Advanced Git alias examples for squashing commits and managing pull requests, boosting developer workflow efficiency.
Analyzes PowerApps development challenges from a DevOps perspective, covering source control, environments, and CI/CD limitations.
A guide to customizing Git through the .gitconfig file, covering essential aliases and color settings for improved workflow.
Author shares the collaborative process and statistics behind writing the second edition of 'Laravel: Up and Running'.
A guide to creating time-saving Git command-line aliases for common tasks like committing, pushing, and branching.
Explores challenges and best practices for managing database schema changes in development teams, focusing on automation and CI/CD integration.