Should you Commit Django Migrations to Git?
Explores the pros and cons of committing Django database migration files to a Git repository, discussing conflict risks and performance.
Explores the pros and cons of committing Django database migration files to a Git repository, discussing conflict risks and performance.
A developer shares their experience migrating from Roam Research to Obsidian for note-taking, including steps, plugins, and syncing setup.
An analysis of the pre-commit tool for git hooks, covering its benefits, configuration, and practical drawbacks like dependency duplication.
A guide to using Git worktrees for managing multiple branches in separate directories, improving developer workflow.
A guide and community resource for preparing for Hacktoberfest 2022, covering open source contributions and tips for newcomers and maintainers.
A guide on customizing the color of git-ignored files and folders in VS Code using the workbench.colorCustomizations setting.
A tutorial on cleaning up merged Git branches using a simple Bash script, with customization and local ignore tips.
Argues against prematurely squashing/rebasing PRs before review, explaining how it hinders reviewers and suggests using 'Squash and merge' on merge instead.
A developer explains the advantages of using email workflows for code review and patch management, comparing it to platforms like GitHub.
A Laravel security tip on using Git's selective staging (git add -p) to review code before committing, preventing secrets or debug code from being pushed.
An introductory guide explaining the core concepts of Git, including repositories, remotes, commits, and branches, with practical examples.
A guide explaining how to push a locally created Git tag to a remote GitHub repository, including commands and verification steps.
A guide to customizing your Zsh terminal prompt with Git integration, colors, and useful information.
Google's Go Module Mirror crawlers are causing excessive load on SourceHut's git servers by repeatedly cloning repositories, acting like a DDoS.
A guide on configuring multiple SSH keys and Git identities to separate work and personal GitLab/GitHub accounts.
How to rename a folder with special characters on GitHub's website using the filename editor or web-based editor.
A beginner-friendly guide for front-end developers to learn essential terminal commands and tricks for modern web development.
Five quick tips to improve developer productivity, including VSCode formatting, commit squashing, and workflow optimizations.
A guide to using Git worktrees for easier context switching between branches, avoiding messy rebases and stashes.
A humorous April Fool's project for printing git commits on paper and mailing them, with a look at the prototype code.