Making Smaller Git Commits
A guide on creating smaller, more manageable Git commits, explaining the 'stage' and 'working directory' and moving beyond basic `git add .` commands.
A guide on creating smaller, more manageable Git commits, explaining the 'stage' and 'working directory' and moving beyond basic `git add .` commands.
A guide to configuring the aerc email client for a git send-email workflow, including custom keybindings for patch review and merging.
A developer explains their unconventional, branchless Git workflow, working directly on master and using rebase to organize changes.
A guide to configuring and using multiple GitHub accounts (personal and work) on a single machine using both HTTPS and SSH methods.
An introductory guide explaining what Git is, its purpose for version control, and the basics of commits for developers.
A technical guide on using git filter-branch to resolve complex merge conflicts and backport documentation changes in a software project.
A technical guide on using git filter-branch to resolve complex merge conflicts and backport documentation changes in a software project.
Explains how to use PowerShell 7's built-in update notification system to stay informed about new releases, including LTS and preview versions.
A guide on contributing to open-source projects using Git and GitHub, covering the process from finding a project to making a pull request.
An evaluation of Plastic SCM, a version control system designed for game development, comparing its features and history to Git and Perforce.
A quick Git tip on removing committed files and a brief introduction to the author's web development work and courses.
The maintainer reflects on 10 years of the 'hub' CLI tool for Git/GitHub, its evolution, and the transition to the official 'gh' CLI.
A developer's 2019 year in review, covering contract work, a challenging project without version control, and professional growth.
A developer explains his simple system for managing dotfiles by turning his $HOME directory into a git repository with a clever .gitignore.
A guide explaining the purpose of .gitignore, the difference between project-specific and global ignore files, and best practices for keeping repositories clean.
An advanced Git cheat sheet covering navigation, rollbacks, squashing, stashing, and cleanup commands for experienced developers.
Explores why Perforce is the dominant source control system in AAA and large-scale game development, comparing it to Git.
A technical guide explaining how to update a forked GitHub repository using git rebase commands.
Analyzes Git's strengths and limitations for game development, introducing GitCentral as a tailored solution.
Analyzes source control options for game development, focusing on challenges with binary assets and team workflows.