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.
Announcing aerc 0.1.0, a terminal-based email client with vim-like keybindings, embedded terminal, and developer-focused features.
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.
Developer updates on email-based tools for software development, including web patch review for sourcehut and new email composition in aerc2 terminal client.
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.
A guide on using Git's amend and rebase commands to edit past commit messages and modify files in previous commits.
Explains the optimal timing for running `npm init` in open-source projects to automatically generate helpful metadata links in package.json.
Explains how Git commit dates are set locally, not by GitHub's servers, and how to intentionally create commits dated in the future.
A team shares lessons from a large ML project on organizing code, data, and collaboration using R packages and multi-user server setups.
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.
A developer shares the essential apps they install on a new Mac for writing, coding, design, and video creation.
A developer shares his personal Git command line aliases and how to create them in Bash and Fish shell.
Advanced Git alias examples for squashing commits and managing pull requests, boosting developer workflow efficiency.
An overview of the backup and redundancy strategies used for the sr.ht software forge, focusing on PostgreSQL, ZFS, and data integrity.
A guide to customizing Git through the .gitconfig file, covering essential aliases and color settings for improved workflow.