My New GitHub Account
Author announces a new personal GitHub account and organization after joining Microsoft, transferring all repositories from the old consulting-focused account.
Author announces a new personal GitHub account and organization after joining Microsoft, transferring all repositories from the old consulting-focused account.
A developer details their process for cleaning and standardizing their GitHub repositories, including archiving old projects and creating a professional checklist.
Explains the benefits of using lowercase names for Git repositories, focusing on cross-platform consistency and avoiding naming collisions.
Explains how Git internally handles file moves and renames, addressing performance and repository size concerns.
Introducing the OpenSauced Pizza GitHub Action, a tool to automate repository management tasks like updating CODEOWNERS within GitHub workflows.
Explains how to use GitHub's CODEOWNERS file to automate reviewer assignments and enforce branch protection rules for repository maintenance.
How to rename a folder with special characters on GitHub's website using the filename editor or web-based editor.
Troubleshooting guide for Azure DevOps Contributors encountering TF401027 error when trying to create a new repository.
A developer argues against using Git LFS, citing its nature as a temporary stop-gap and the irreversible, history-rewriting consequences of adoption.
Explains how to create and manage Git-compatible symbolic links using relative paths for cross-machine compatibility.
How to use GitHub's protected branches feature to give non-code contributors issue management and moderation permissions without code commit access.
A tutorial on using Git's sparse checkout feature to clone only specific directories from a large repository, saving disk space.