2019: Year in review
A developer's 2019 year in review, covering contract work, a challenging project without version control, and professional growth.
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.
Explores using Asciidoctor to write and maintain technical documentation alongside source code, comparing it to wikis and markdown.
Explains the internal data model of Git, detailing what happens under the hood when you run 'git commit'.
A guide to Git basics for IT operators new to source control, covering key concepts and commands to get started easily.
A guide to establishing a productive Git workflow for development teams, covering branch strategies and best practices.
Explains the purpose and best practices for using a .gitattributes file to manage line endings and Git LFS in software repositories.
A beginner's guide to using Git and GitHub for code version control, based on a Python Frederick presentation.
A guide to enforcing consistent coding conventions across a development team using IDE configuration sharing and automated checkstyle tools.
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.