Things I wish Git had: Commit groups
A developer proposes a new 'commit groups' feature for Git to improve handling of merge strategies and project history clarity.
A developer proposes a new 'commit groups' feature for Git to improve handling of merge strategies and project history clarity.
Learn how to fetch a remote feature branch from a GitHub pull request to review changes locally using specific git commands.
A guide on using Git and GitHub workflows for contributing to open-source projects, covering forking, cloning, and syncing repositories.
A developer shares insights from 2 years of using a monorepo with ~40 Vue.js packages, discussing its pros and cons for teamwork and dependency management.
A developer shares their positive experiences with open source, from a first small contribution to learning, job opportunities, and community.
A guide to making Django projects portable and easy to share across different machines using Git and dependency management.
Tips for polishing GitHub projects to impress potential employers, including cleaning repos and writing effective READMEs.
The author explains why they chose to make their personal blog closed-source, citing reduced friction, private drafts, and avoiding code maintenance.
A technical guide on using git filter-branch to resolve complex merge conflicts and backport documentation changes in a software project.
The article argues for automating repetitive workflows, highlighting benefits beyond just time-saving, like maintaining focus and reducing mental friction.
A senior frontend engineer reviews 2019, covering remote work with Vue.js, side projects, blogging stats, and a failed online course venture.
An advanced Git cheat sheet covering navigation, rollbacks, squashing, stashing, and cleanup commands for experienced developers.
Explains the internal data model of Git, detailing what happens under the hood when you run 'git commit'.
The author streamlines a SaaS deployment by removing the Git clone from the server, detailing the steps for Let's Encrypt and Git SHA changes.
A guide to establishing a productive Git workflow for development teams, covering branch strategies and best practices.
The author explains their decision to create a Patreon for financial support to improve their long-form educational content and live streams.
A beginner's guide to using Git and GitHub for code version control, based on a Python Frederick presentation.
Explains how using Conventional Commits can make your git log cleaner, more readable, and more useful for understanding project history.
A beginner-friendly guide to setting up and using Git and GitHub, covering essential commands for web development.
A collection of practical GitHub tips and tricks, covering CLI tools, markdown, gists, and workflow shortcuts for developers.